Make mobile tab row fill width and wrap only at intrinsic minimum

This commit is contained in:
2026-05-21 18:32:34 +02:00
parent 34f871e627
commit f0debe844d
2 changed files with 7 additions and 44 deletions
+7
View File
@@ -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 */
/* ========================================================= */