Skip to content

Commit

Permalink
Small indentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 3, 2025
1 parent db9a86a commit c6a0dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/styles/components/ImageButton.scss
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ $bg-map: colors.$bg-map !default;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
padding: 0.25em 0.5em;
padding: 0.25em 0.33em;
margin: -1px;
border-radius: 0 0 0.33em 0.33em;
z-index: 2;
Expand All @@ -191,7 +191,7 @@ $bg-map: colors.$bg-map !default;
flex-direction: row;
position: relative;
text-align: center;
margin: 0 0 0.5em 0;
margin: 0 0 0.33em 0;
user-select: none;
-ms-user-select: none;

Expand Down

0 comments on commit c6a0dbd

Please sign in to comment.