Skip to content

Commit

Permalink
fix overflowing button.
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Jul 11, 2024
1 parent b8ea919 commit 1232f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/build/dashboard.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vue/src/vue-elements/sign-in-btn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ export default {
color: #fff;
padding: 0.5rem 1rem;
height: auto;
display: inline;
}
.btn-success:hover{
background-color:#009528;
Expand Down

0 comments on commit 1232f1e

Please sign in to comment.