Skip to content

Commit

Permalink
style: make sure theme buttons cant be full width which causes hover …
Browse files Browse the repository at this point in the history
…isssues
  • Loading branch information
Miodec committed Jan 17, 2025
1 parent a0b1269 commit 5ce574d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/styles/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
margin-left: 0;
grid-auto-flow: dense;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)) !important;
grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr)) !important;
gap: 0.5rem;
.button {
transition: transform 0.125s;
Expand Down

0 comments on commit 5ce574d

Please sign in to comment.