Use intrinsic mobile tab widths and remove legacy row-slot logic

This commit is contained in:
2026-05-26 09:01:03 +02:00
parent b34ceda1e3
commit 737ec8f2cb
2 changed files with 1 additions and 35 deletions
@@ -37,7 +37,7 @@
@media (max-width: 767px) {
.sg-content-block-card-group__tabs[role="tablist"] > [role="tab"] {
flex: 0 0 auto;
flex: 0 1 auto;
min-width: max-content;
white-space: nowrap;
}