rewrite formGroup--bundle to controls--bundle

This commit is contained in:
Felix Niklas 2015-10-06 23:02:42 +02:00
parent 718b5ce736
commit 112e64de9f

View file

@ -1195,9 +1195,9 @@ fieldset > .form-group {
margin-bottom: 0;
}
.formGroup--bundle .controls {
.controls--bundle {
display: flex;
.controls-label {
margin: 11px 10px 0;
}