+
-
Titel
@@ -100,7 +100,7 @@
+
-
Titel
@@ -120,7 +120,7 @@
+
-
Titel
@@ -140,7 +140,7 @@
+
Titel
diff --git a/styles/28-patterns-notifications.css b/styles/28-patterns-notifications.css index c38b7e4..39e43df 100644 --- a/styles/28-patterns-notifications.css +++ b/styles/28-patterns-notifications.css @@ -33,6 +33,10 @@ height: var(--layout-notifications-text-segment-fixed-height); } +.sg-notifications-pattern__card > .sg-notifications-pattern__title-segment { + height: var(--layout-notifications-text-segment-fixed-height); +} + .sg-notifications-pattern__card > .sg-notifications-pattern__text-segment.sg-notifications-pattern__text-segment--small { height: var(--layout-notifications-text-segment-fixed-height-small); } @@ -46,6 +50,7 @@ } .sg-notifications-pattern__card > .sg-notifications-pattern__text-segment, + .sg-notifications-pattern__card > .sg-notifications-pattern__title-segment, .sg-notifications-pattern__card > .sg-notifications-pattern__text-segment.sg-notifications-pattern__text-segment--small { height: auto; }