Commit c0f2fd13 authored by Nur Rony's avatar Nur Rony

fixes dropdown width in admin project page

parent 62870a0e
......@@ -125,7 +125,6 @@
top: 100%;
left: 0;
z-index: 9;
max-width: 280px;
min-width: 240px;
margin-top: 2px;
margin-bottom: 0;
......@@ -137,6 +136,10 @@
border-radius: $border-radius-base;
box-shadow: 0 2px 4px $dropdown-shadow-color;
@media (min-width: $screen-md-min) {
max-width: 280px;
}
&.is-loading {
.dropdown-content {
display: none;
......
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