style(form): don't cumulate vertical margins with fieldset and inlined elements
This commit is contained in:
parent
5ea7c15251
commit
22a2188917
1 changed files with 5 additions and 0 deletions
|
@ -49,6 +49,11 @@
|
|||
margin-top: 0 !important;
|
||||
}
|
||||
|
||||
// Don't cumulate margin-bottoms for inlined elements (radio...), because .fr-fieldset has already its own
|
||||
.fr-fieldset__element > .fr-fieldset > .fr-fieldset__element.fr-fieldset__element--inline {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
legend {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue