Skip to content

Commit

Permalink
fix(css): remove unused minmax function (#10138)
Browse files Browse the repository at this point in the history
fix: remove minmax function
  • Loading branch information
pepelsbey committed Dec 8, 2023
1 parent b19c7da commit d8e84b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/settings/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ article.settings {
li {
display: grid;
gap: 0 1rem;
grid-template-columns: 1fr minmax(5em);
grid-template-columns: 1fr 5em;
margin: 2em 0;

h3 {
Expand Down

0 comments on commit d8e84b5

Please sign in to comment.