Fixed flexbox and wrap issues

上级 329acc68
......@@ -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; }
......
......@@ -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;
......
......@@ -132,6 +132,11 @@
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
&> span {
white-space: normal;
word-break: break-all;
}
}
}
......@@ -141,10 +146,6 @@
}
}
.hint-dropdown {
width: 250px;
}
.filter-dropdown-loading {
padding: 8px 16px;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册