diff --git a/semantic-tokens-components.html b/semantic-tokens-components.html
index 5f56f57..7eba895 100644
--- a/semantic-tokens-components.html
+++ b/semantic-tokens-components.html
@@ -55,7 +55,7 @@
| layout-object-group-card-min-width | dimension-object-group-card-min-width | Mindestbreite der Karteninstanzen im Pattern Object Group Card. |
| layout-object-group-card-max-width | dimension-object-group-card-max-width | Maximalbreite der Karteninstanzen im Pattern Object Group Card. |
- | layout-notifications-text-segment-fixed-height | 200px | Fixe Desktop-Höhe des ersten Text-Segments im Pattern Notifications; auf Mobile wird die Höhe wieder auf auto gesetzt. |
+ | layout-notifications-text-segment-fixed-height | 150px | Fixe Desktop-Höhe des ersten Text-Segments im Pattern Notifications; auf Mobile wird die Höhe wieder auf auto gesetzt. |
diff --git a/styles/01-foundations.css b/styles/01-foundations.css
index 222235c..592c1f1 100644
--- a/styles/01-foundations.css
+++ b/styles/01-foundations.css
@@ -170,7 +170,7 @@
--layout-object-card-mobile-width: var(--dimension-object-card-mobile-width);
--layout-object-card-mobile-height: var(--dimension-object-card-mobile-height);
--layout-object-card-desktop-breakpoint: var(--dimension-object-card-desktop-breakpoint);
- --layout-notifications-text-segment-fixed-height: 200px;
+ --layout-notifications-text-segment-fixed-height: 150px;
--layout-object-group-card-min-width: var(--dimension-object-group-card-min-width);
--layout-object-group-card-max-width: var(--dimension-object-group-card-max-width);
--surface-object-card-lower-segment: var(--color-white);