Skip to content
Snippets Groups Projects
Verified Commit 112e2abb authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Fixed flexbox and wrap issues

parent 329acc68
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -37,6 +37,8 @@
display: inline-block;
margin-left: 4px;
margin-bottom: 2px;
flex-shrink: 0;
-webkit-flex-shrink: 0;
 
&.s16 { margin-right: 4px; }
&.s24 { margin-right: 4px; }
Loading
Loading
Loading
Loading
@@ -125,7 +125,8 @@
top: 100%;
left: 0;
z-index: 9;
width: 240px;
max-width: 280px;
min-width: 240px;
margin-top: 2px;
margin-bottom: 0;
font-size: 14px;
Loading
Loading
Loading
Loading
@@ -132,6 +132,11 @@
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
&> span {
white-space: normal;
word-break: break-all;
}
}
}
 
Loading
Loading
@@ -141,10 +146,6 @@
}
}
 
.hint-dropdown {
width: 250px;
}
.filter-dropdown-loading {
padding: 8px 16px;
}
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