Skip to content

Commit

Permalink
fix(button): max-content width fix
Browse files Browse the repository at this point in the history
Updated button styling
  • Loading branch information
amitk7407 authored Mar 19, 2024
2 parents b4e6a67 + 7d288ca commit 467c4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Buttons/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
display: flex;
flex-direction: row;
align-items: center;
width: fit-content;
min-width: fit-content;
width: max-content;
min-width: max-content;
user-select: none;
line-height: 24px;
&.small {
Expand Down

0 comments on commit 467c4be

Please sign in to comment.