Add drawer card action segment and remove fixed height for VSF card
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user