mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
Show ellipsis when WebUI sidebar is too narrow
This commit is contained in:
parent
060b7480db
commit
aded9afc0e
1 changed files with 6 additions and 0 deletions
|
@ -410,6 +410,9 @@ div.formRow {
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
display: block;
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.filterTitle img {
|
.filterTitle img {
|
||||||
|
@ -430,6 +433,9 @@ ul.filterList {
|
||||||
|
|
||||||
ul.filterList a {
|
ul.filterList a {
|
||||||
display: block;
|
display: block;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.filterList li:hover {
|
ul.filterList li:hover {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue