Fix margin between buttons on small screens.

This commit is contained in:
Jannis Leidel 2017-04-27 15:22:57 +02:00
Родитель 446a8623f3
Коммит c8326b89fb
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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;
}