Skip to content

Commit

Permalink
[Fix] Set minimum width for SVG icons in Sidebar component
Browse files Browse the repository at this point in the history
  • Loading branch information
biliesilva committed Dec 19, 2024
1 parent 96f52cd commit a9a7784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/components/UI/Sidebar/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

svg {
max-width: 24px;
min-width: 16px;
}
}

Expand Down

0 comments on commit a9a7784

Please sign in to comment.