Commit c4a98c55 authored by Technoboy10's avatar Technoboy10

close gap, use border-box for box-sizing

parent 16fe86b2
...@@ -186,9 +186,11 @@ ...@@ -186,9 +186,11 @@
} }
.dropdown { .dropdown {
top: 50px;
padding: 0; padding: 0;
padding-top: 5px; padding-top: 5px;
width: 100%; width: 100%;
box-sizing: border-box;
} }
} }
} }
Markdown is supported
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