mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-16 05:18:38 +01:00
fix (admin): fix label overflow
This commit is contained in:
parent
fea7050b1e
commit
5b9dbf76a8
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue