forms.less: Remove negative margin from .control-group elements

This commit is contained in:
Johannes Meyer 2019-07-17 15:35:58 +02:00
parent 346083109a
commit 297e6fc71d
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ form.icinga-forms {
.control-group {
display: flex;
flex-wrap: wrap;
margin: 1em -.5em;
margin: 1em 0;
align-items: flex-start;
> * {