forms test: make form-controls only as long as necessary

This commit is contained in:
Felix Niklas 2016-02-17 15:30:52 +01:00
parent ade9ad62e3
commit ea2ae57460

View file

@ -1409,6 +1409,10 @@ fieldset > .form-group {
margin-bottom: 0;
}
.controls {
display: table;
}
.controls--select {
position: relative;
}