Commit 12ff7ee9 authored by Phil Hughes's avatar Phil Hughes

Merge request mobile spacing

parent a4fff0e0
...@@ -242,10 +242,19 @@ ...@@ -242,10 +242,19 @@
} }
.merge-request-select { .merge-request-select {
float: left;
width: 50%;
padding-left: 5px; padding-left: 5px;
padding-right: 5px; padding-right: 5px;
margin-bottom: 10px;
&:last-child {
margin-bottom: 0;
}
@media (min-width: $screen-sm-min) {
float: left;
width: 50%;
margin-bottom: 0;
}
.dropdown-menu-toggle { .dropdown-menu-toggle {
width: 100%; width: 100%;
......
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