fix(segment-button): allow min-width to be overridden (#21722)

fixes #21105
This commit is contained in:
Liam DeBeasi
2020-07-14 10:58:40 -04:00
committed by GitHub
parent 020f3cc56c
commit 88f1828bd8
2 changed files with 38 additions and 5 deletions

View File

@ -44,11 +44,6 @@
text-transform: uppercase;
}
.button-native {
min-width: $segment-button-md-min-width;
}
// Segment Button: Disabled
// --------------------------------------------------