Update html/download.ejs
This commit is contained in:
parent
9124c3a72d
commit
1dec09f23b
@ -192,7 +192,12 @@
|
||||
display:flex; flex-direction:column; gap: 4px; min-width:0;
|
||||
}
|
||||
.chip .label{
|
||||
font-weight: 800; letter-spacing:.2px; white-space: nowrap; overflow:hidden; text-overflow:ellipsis;
|
||||
font-weight: 800; letter-spacing:.2px;
|
||||
white-space: normal;
|
||||
overflow: visible;
|
||||
text-overflow: unset;
|
||||
|
||||
|
||||
}
|
||||
.chip .hint{
|
||||
font-size: 12px; color: var(--muted);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user