Make mobile tab row fill width and wrap only at intrinsic minimum
This commit is contained in:
@@ -2283,6 +2283,13 @@ section + section {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.sg-content-block-card-group__tabs[role="tablist"] > [role="tab"] {
|
||||
flex: 1 1 0;
|
||||
min-width: max-content;
|
||||
}
|
||||
}
|
||||
|
||||
/* ========================================================= */
|
||||
/* Components: Cards */
|
||||
/* ========================================================= */
|
||||
|
||||
Reference in New Issue
Block a user