Fix margin between buttons on small screens.
This commit is contained in:
Родитель
446a8623f3
Коммит
c8326b89fb
|
@ -68,3 +68,8 @@ label span.optional-label {
|
|||
min-width: 130px;
|
||||
min-height: 75px;
|
||||
}
|
||||
|
||||
/* So the buttons aren't attached to each other on small screen */
|
||||
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче