Allow mobile tabs to expand while preserving label minimum width

This commit is contained in:
2026-05-26 09:08:36 +02:00
parent 737ec8f2cb
commit 44bae893a3
@@ -37,7 +37,7 @@
@media (max-width: 767px) {
.sg-content-block-card-group__tabs[role="tablist"] > [role="tab"] {
flex: 0 1 auto;
flex: 1 1 auto;
min-width: max-content;
white-space: nowrap;
}