Add drawer card action segment and remove fixed height for VSF card

This commit is contained in:
2026-05-21 11:44:46 +02:00
parent d650caf79c
commit fbc4291da4
2 changed files with 12 additions and 3 deletions
+6
View File
@@ -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;