Skip to content
Snippets Groups Projects
Commit d32382b5 authored by Lillian Gray's avatar Lillian Gray
Browse files

Reduce width of dropdowns #3

parent b20a43c3
Branches
No related merge requests found
......@@ -258,7 +258,7 @@ header a, header button {
}
.selectTitle {
width: 200px;
width: 120px;
}
.selectOptionsWrapper {
......@@ -268,7 +268,8 @@ header a, header button {
display: none;
max-height: 180px;
overflow-y: scroll;
width: 230px;
/* width of .selectTitle +30px */
width: 150px;
}
.selectOptionsWrapper::-webkit-scrollbar-track {
......
......@@ -83,7 +83,7 @@
<input class="checkbox" type="checkbox"> Mills
</div>
<div class="selectOption">
<input class="checkbox" type="checkbox"> OA
<input class="checkbox" type="checkbox"> Olvey-Andis
</div>
<div class="selectOption">
<input class="checkbox" type="checkbox"> Warren
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment