Dropdown button alignment

merge-requests/6/head
Bob Mottram 2019-11-26 12:45:47 +00:00
parent d7329d497e
commit 44d0ff605b
1 changed files with 2 additions and 0 deletions

View File

@ -551,6 +551,8 @@ input[type=checkbox]
width: 3%;
height: 3%;
min-width: 40px;
-ms-transform: translateY(10%);
transform: translateY(10%);
}
.galleryContainer {