fix (admin): fix label overflow

This commit is contained in:
Mickael Kerjean 2019-05-17 12:39:32 +10:00
parent fea7050b1e
commit 5b9dbf76a8

View file

@ -48,6 +48,9 @@
.nothing{ display: none; }
}
> span{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: inline-block;
line-height: 30px;
min-width: 150px;