Skip to content

Commit

Permalink
EZP-31873: changed width to minwidth (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski committed Sep 21, 2020
1 parent 5f323e4 commit 15ec293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
border-radius: 50%;
background: $ibexa-color-base-dark;
height: calculateRem(16px);
width: calculateRem(16px);
min-width: calculateRem(16px);
padding: 0;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 15ec293

Please sign in to comment.