1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

text overflow for hostname cell

This commit is contained in:
gorhill 2015-01-01 00:16:02 -05:00
parent 3b0dac6402
commit c252bc8ff4

View File

@ -192,6 +192,7 @@ body.dynamicFilteringEnabled #dynamicFilteringContainer > div > span {
#dynamicFilteringContainer > div > span:nth-of-type(1) {
border-right: 1px solid white;
padding-right: 4px;
text-overflow: ellipsis;
width: 70%;
}
#dynamicFilteringContainer > div > span:nth-of-type(2) {