mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
text overflow for hostname cell
This commit is contained in:
parent
3b0dac6402
commit
c252bc8ff4
1 changed files with 1 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ body.dynamicFilteringEnabled #dynamicFilteringContainer > div > span {
|
||||||
#dynamicFilteringContainer > div > span:nth-of-type(1) {
|
#dynamicFilteringContainer > div > span:nth-of-type(1) {
|
||||||
border-right: 1px solid white;
|
border-right: 1px solid white;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
text-overflow: ellipsis;
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
#dynamicFilteringContainer > div > span:nth-of-type(2) {
|
#dynamicFilteringContainer > div > span:nth-of-type(2) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue