forms.less: Remove redundant margin from form elements in control groups

refs #9602
This commit is contained in:
Johannes Meyer 2015-07-23 17:33:29 +02:00
parent 44643a6c4b
commit 8ed816002b
1 changed files with 5 additions and 0 deletions

View File

@ -285,6 +285,11 @@ form ul.hints {
margin-right: 0.5em;
}
div.element {
margin-top: 0;
margin-bottom: 0;
}
&:after {
content: ".";
visibility: hidden;