Skip to content
Snippets Groups Projects
Commit d5af9364 authored by Simon Knox's avatar Simon Knox
Browse files

fix padding on filtered search dropdown. Styles should only apply to li in list

parent 00861676
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -297,18 +297,12 @@
}
 
.droplab-dropdown {
.description {
display: inline-block;
white-space: normal;
margin-left: 5px;
}
.dropdown-toggle > i {
pointer-events: none;
}
 
li {
padding: $gl-btn-padding $gl-btn-padding 2px;
.dropdown-menu li {
padding: $gl-btn-padding;
cursor: pointer;
 
> a,
Loading
Loading
@@ -344,9 +338,25 @@
visibility: visible;
}
 
&.divider {
margin: 0 8px;
padding: 0;
border-top: $gray-darkest;
}
.icon {
visibility: hidden;
}
.description {
display: inline-block;
white-space: normal;
margin-left: 5px;
p {
margin-bottom: 0;
}
}
}
 
.icon {
Loading
Loading
@@ -354,12 +364,6 @@
vertical-align: top;
padding-top: 2px;
}
.divider {
margin: 0 8px;
padding: 0;
border-top: $gray-darkest;
}
}
 
.droplab-dropdown .dropdown-menu,
Loading
Loading
Loading
Loading
@@ -275,7 +275,7 @@
}
 
.filtered-search-input-dropdown-menu {
max-height: 215px;
max-height: 225px;
max-width: 280px;
overflow: auto;
 
Loading
Loading
@@ -382,10 +382,6 @@
}
}
 
.dropdown-menu .filter-dropdown-item {
padding: 0;
}
@media (max-width: $screen-xs-max) {
.issues-details-filters {
padding: 0 0 10px;
Loading
Loading
@@ -435,6 +431,7 @@
 
.fa {
width: 15px;
line-height: $line-height-base;
}
 
.dropdown-label-box {
Loading
Loading
Loading
Loading
@@ -813,8 +813,6 @@
}
 
.description {
margin-bottom: 10px;
.text {
margin: 0;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment