css: undo flexible sized controls

This commit is contained in:
Felix Niklas 2016-02-18 15:44:48 +01:00
parent f9298d1174
commit af13eb83f4

View file

@ -1402,24 +1402,12 @@ fieldset > .form-group {
.form-control {
min-width: initial;
}
.controls {
display: block;
}
.controls--button {
display: flex;
}
}
.formGroup--standalone .form-control {
margin-bottom: 0;
}
.controls {
display: table;
}
.controls--select {
position: relative;
}
@ -1445,7 +1433,6 @@ textarea,
display: block;
padding: 7px 12px;
width: 100%;
min-width: 200px;
height: 41px;
font-size: 14px;
font-weight: normal;
@ -1658,7 +1645,7 @@ input.has-error {
}
.controls--button {
display: inline-flex;
display: flex;
input,
.form-control {
@ -3431,10 +3418,6 @@ footer {
text-transform: initial;
letter-spacing: 0;
}
.controls {
width: 100%;
}
}
.sidebar-block {