diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-01 00:16:02 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-01 00:16:02 -0500 |
commit | c252bc8ff4bbfded9b3f0e236d1deb7afef55b2c (patch) | |
tree | 8c357578d242035eff72d5c983dcd62e60ab5bb7 /src/css | |
parent | 3b0dac64028efd3759c31095131759c962b0c8c8 (diff) | |
download | uBlock-c252bc8ff4bbfded9b3f0e236d1deb7afef55b2c.zip uBlock-c252bc8ff4bbfded9b3f0e236d1deb7afef55b2c.tar.gz uBlock-c252bc8ff4bbfded9b3f0e236d1deb7afef55b2c.tar.bz2 |
text overflow for hostname cell
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/popup.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/css/popup.css b/src/css/popup.css index e47b021..1dc2251 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -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) { |