Skip to content

Commit

Permalink
Update layout paragraphs node grid (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwjdwjdw authored Oct 12, 2023
1 parent e2a84bc commit 7d65d25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/stanford_layout_paragraphs/dist/css/node_form.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions modules/stanford_layout_paragraphs/scss/node_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
outline: 1px dotted rgba(0, 0, 255, 0.5);
}

.lpb-component-list__group--content {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 20px;
margin-top: 20px;
}

.lpb-component-list__item {
text-align: center;
border-bottom: 1px solid #ccc;
Expand All @@ -59,7 +52,7 @@
}

.lpb-component-list__group--content {
display: grid;
display: grid !important;
grid-template-columns: repeat(3, 1fr);
grid-gap: 10px;
}
Expand Down

0 comments on commit 7d65d25

Please sign in to comment.