Fix smart collection settings on Chrome

This commit is contained in:
Raimund Schlüßler 2018-09-08 20:12:21 +02:00
parent c151e5a0df
commit 9ee6d23aca
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -275,11 +275,11 @@ $white: #fff;
.label-container {
white-space: nowrap;
padding-right: 115px;
display: inline-block;
text-overflow: ellipsis;
width: 100%;
overflow: hidden;
height: 100%;
float: left;
}
select {