diff --git a/semantic-tokens-components.html b/semantic-tokens-components.html
index c318213..31d29ba 100644
--- a/semantic-tokens-components.html
+++ b/semantic-tokens-components.html
@@ -80,7 +80,7 @@
| surface-tab-compact-unselected | color-medium-grey | Fläche nicht aktiver Tabs in der kompakten Variante. |
| text-tab-selected | color-font-light | Textfarbe des ausgewählten Tabs. |
| text-tab-unselected | color-dark-grey | Textfarbe nicht ausgewählter Tabs. |
- | layout-tab-navigation-large-padding-inline | interaction-padding-horizontal | Horizontaler Innenabstand für große Tab-Navigationen. |
+ | layout-tab-navigation-large-padding-inline | interaction-padding-horizontal | Horizontaler Innenabstand für große Tab-Navigationen (auf kleinen Viewports reduziert). |
Form Controls
diff --git a/styleguide.css b/styleguide.css
index c10895c..ad09ae6 100644
--- a/styleguide.css
+++ b/styleguide.css
@@ -262,7 +262,7 @@ body {
@media (max-width: 48rem) {
:root {
- --layout-tab-navigation-large-padding-inline: 0.8rem;
+ --layout-tab-navigation-large-padding-inline: 0.7rem;
}
body {