Text overflow on filter type collpase labels.

This commit is contained in:
Mateus Machado Luna 2019-10-23 11:43:37 -03:00
parent 6249886f29
commit 47a3563439
1 changed files with 4 additions and 0 deletions

View File

@ -1173,6 +1173,10 @@ export default {
margin-left: -16px;
}
.field .collapse-handle {
display: flex;
}
input, select, textarea,
.input, .tags, .tag {
pointer-events: none;