forms test: make form-controls only as long as necessary
This commit is contained in:
parent
ade9ad62e3
commit
ea2ae57460
1 changed files with 4 additions and 0 deletions
|
@ -1409,6 +1409,10 @@ fieldset > .form-group {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.controls {
|
||||
display: table;
|
||||
}
|
||||
|
||||
.controls--select {
|
||||
position: relative;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue