Skip to content

Commit

Permalink
styling sortabile-list content
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Sep 4, 2024
1 parent 5e4f386 commit 19240cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/core/ui/components/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@ time.Datetime {
}

.sd-list-item-group {
padding: 4px 4px 18px 4px;
&--vertical-scroll {
overflow-y: auto;
}
}

.sd-list-item-group--space-between-items .sortable-list {
display: flex;
flex-direction: column;
gap: var(--gap--small);
}

.terms-list {
&--disabled {
li {
Expand Down

0 comments on commit 19240cf

Please sign in to comment.