mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Show ellipsis when WebUI sidebar is too narrow
This commit is contained in:
parent
0e8323659e
commit
2ef16f669b
@ -410,6 +410,9 @@ div.formRow {
|
||||
padding-left: 5px;
|
||||
padding-top: 5px;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.filterTitle img {
|
||||
@ -430,6 +433,9 @@ ul.filterList {
|
||||
|
||||
ul.filterList a {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
ul.filterList li:hover {
|
||||
|
Loading…
Reference in New Issue
Block a user