Allow mobile tabs to expand while preserving label minimum width
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.sg-content-block-card-group__tabs[role="tablist"] > [role="tab"] {
|
.sg-content-block-card-group__tabs[role="tablist"] > [role="tab"] {
|
||||||
flex: 0 1 auto;
|
flex: 1 1 auto;
|
||||||
min-width: max-content;
|
min-width: max-content;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user