forms.less: Remove redundant margin from form elements in control groups
refs #9602
This commit is contained in:
parent
44643a6c4b
commit
8ed816002b
|
@ -285,6 +285,11 @@ form ul.hints {
|
|||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
div.element {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&:after {
|
||||
content: ".";
|
||||
visibility: hidden;
|
||||
|
|
Loading…
Reference in New Issue