Skip to content

Commit

Permalink
Adjust layout of multiple values within a property.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Sep 6, 2024
1 parent ca67896 commit 375e6c3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion admin/themes/default/css/sass/components/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ input[type=text].small {
font-weight: bold;
float: left;
line-height: 1.5em;
margin: 0 0 $spacing-m 0;
margin: 0;
width: 100%;
}

Expand Down
12 changes: 4 additions & 8 deletions admin/themes/default/css/sass/pages/_items.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,21 +220,17 @@

.element {
clear: both;
margin: 0 0 16px 0;
margin: 0 0 10px 0;
display: flow-root;
}

.element h3 {
margin: 0 0 16px 0;
line-height: 16px;
}

.element .element-text:after {
content: "";
display: block;
width: 100%;
height: 1px;
background-color: #DBDBDB;
margin: 10px 0;
.element .element-text {
margin: 5px 0;
}

.element .element-text:last-of-type:after {
Expand Down
14 changes: 5 additions & 9 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 375e6c3

Please sign in to comment.