fix: move toggle buttons below labels on mobile

This commit is contained in:
Oliver Eyton-Williams
2019-08-22 14:20:39 +02:00
committed by mrugesh
parent ab806c1e5d
commit 432e4a40a3
2 changed files with 10 additions and 7 deletions

View File

@@ -65,11 +65,6 @@ label.toggle-label {
}
@media (max-width: 440px) {
.btn-group .btn + .btn {
margin-left: 0px;
margin-top: -2px;
}
.btn:first-child > .tick {
left: auto;
right: 5px;