Skip to content

Commit

Permalink
[4.0] Spacer text (#22213)
Browse files Browse the repository at this point in the history
* [4.0] Spacer text

Two examples to test
1. create a menu item "Featured contents", and go to 2nd TAB "List layouts"
2. com_media options

* hound

* fonts

* oops

* Revert "oops"

This reverts commit a27b74c.

* Revert "fonts"

This reverts commit ed6bf0e.

* Update _form.scss
  • Loading branch information
brianteeman authored and laoneo committed Oct 15, 2018
1 parent 0375747 commit 23786d1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions administrator/templates/atum/scss/blocks/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,13 @@
max-width: $input-max-width;
}

.spacer hr {
width: 380px;
.spacer {
hr {
width: 380px;
}
label {
width: 440px;
}
}

td .form-control {
Expand Down

0 comments on commit 23786d1

Please sign in to comment.