Left align link menu items

This commit is contained in:
2026-06-04 17:52:13 +02:00
parent a17525c441
commit 2a5f96369f
@@ -163,6 +163,8 @@
.sg-tab-button-group[data-component-variant="linksmenu-items"] .sg-tab-button { .sg-tab-button-group[data-component-variant="linksmenu-items"] .sg-tab-button {
width: 100%; width: 100%;
justify-content: flex-start;
text-align: left;
} }
.sg-tab-button-group[data-component-context="content"] { .sg-tab-button-group[data-component-context="content"] {