Skip to content

Commit

Permalink
Refine margins for multiple element text values.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Aug 30, 2024
1 parent 254151f commit a64ab5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 5 additions & 1 deletion admin/themes/default/css/sass/pages/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
width: 100%;
height: 1px;
background-color: #DBDBDB;
margin: 20px 0;
margin: 10px 0;
}

.element .element-text:last-of-type:after {
Expand All @@ -249,6 +249,10 @@
.element-text p {
word-wrap: break-word;
margin: 0 0 1em 0;

&:last-child {
margin-bottom: 0;
}
}

.item-file {
Expand Down
9 changes: 5 additions & 4 deletions admin/themes/default/css/style.css

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

4 changes: 2 additions & 2 deletions admin/themes/default/css/style.css.map

Large diffs are not rendered by default.

0 comments on commit a64ab5d

Please sign in to comment.