Adjust notifications text segment fixed height to 150px

This commit is contained in:
2026-06-01 16:48:25 +02:00
parent 632de4aef5
commit ccf032d043
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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);