Skip to content

Commit 10b0f28

Browse files
committed
fix: specificity for min width in text button
1 parent e339dac commit 10b0f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/Button/button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
&--warning,
208208
&--neutral {
209209
padding: 0;
210-
min-width: 0;
210+
min-width: 0 !important;
211211
border: none;
212212

213213
&:hover {

0 commit comments

Comments
 (0)