align inline form group button
This commit is contained in:
parent
56a2ab239e
commit
b54bde25b8
1 changed files with 5 additions and 1 deletions
|
@ -2405,6 +2405,10 @@ footer {
|
|||
height: 65px;
|
||||
}
|
||||
|
||||
.form-inline .form-group:last-child {
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.form-group.is-changed {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -2443,7 +2447,7 @@ footer {
|
|||
}
|
||||
|
||||
.form-inline .form-group .btn {
|
||||
width: 100%;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.form-inline .form-group:not(:last-child) {
|
||||
|
|
Loading…
Reference in a new issue