diff --git a/patterns/vsf-card-listen-seite.html b/patterns/vsf-card-listen-seite.html index 75e5935..8b31a48 100644 --- a/patterns/vsf-card-listen-seite.html +++ b/patterns/vsf-card-listen-seite.html @@ -683,11 +683,11 @@ -
-
+
+

Western Digital Corporation

-
+

Ticker: WDC
@@ -701,6 +701,9 @@

+
+ +
diff --git a/styleguide.css b/styleguide.css index 48731c4..8e1f2ce 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2094,6 +2094,7 @@ section + section { min-width: 0; max-width: none; flex: 0 0 100%; + height: auto; } .sg-vsf-drawer-object-card .sg-card-segment--body.sg-object-card__content { @@ -2109,6 +2110,11 @@ section + section { gap: var(--layout-vsf-drawer-object-card-column-gap); } +.sg-vsf-drawer-object-card .sg-card-segment--body.sg-object-card__actions-segment { + display: flex; + justify-content: flex-start; +} + .sg-vsf-drawer-object-card__heading { color: var(--text-vsf-drawer-object-card-heading); margin: 0;