Skip to content

Commit

Permalink
Issue #375: Add space between buttons on paragraph actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lkmorlan committed Mar 4, 2024
1 parent 05132f3 commit a55b5bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions html/themes/custom/dc_theme/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,10 @@ ul.dc-list-inline li:last-child::after, ol.dc-list-inline li:last-child::after {
.page-node-type-data-set .node-data-set-edit-form .field--name-field-data-sets-used .field-add-more-submit:focus {
background-color: var(--bs-gray-800);
}
.page-node-type-data-set .node-data-set-edit-form .paragraphs-actions {
display: inline-flex;
gap: 0.5em;
}
.page-node-type-data-set [id*=field-columns-] .paragraph-summary {
grid-column-start: 1;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@
}
}

.paragraphs-actions {
display: inline-flex;
gap: .5em;
}

}

/* On Metadata record column edit pages, make the summary take the full width.*/
Expand Down

0 comments on commit a55b5bb

Please sign in to comment.