Skip to content

Commit

Permalink
Move padding to inner span.
Browse files Browse the repository at this point in the history
  • Loading branch information
allilevine committed Aug 22, 2024
1 parent 1afe724 commit 03711e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,11 @@
display: block !important;
width: auto !important;
min-width: 52px;
padding: 0px 10px;
padding: 0px;

.ab-icon {
justify-content: center;
padding: 0px;
padding: 0px 10px;

&:before {
width: 36px;
Expand Down

0 comments on commit 03711e2

Please sign in to comment.