Fix mobile overflow for tabs and help tooltips

This commit is contained in:
2026-05-26 08:52:53 +02:00
parent 770cafd6cf
commit 33921a3f6e
2 changed files with 12 additions and 3 deletions
@@ -44,6 +44,8 @@
)
/ var(--sg-tab-mobile-row-slots, 1)
);
min-width: max-content;
min-width: 0;
white-space: normal;
overflow-wrap: anywhere;
}
}