diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-26 10:01:00 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-26 10:01:00 +0200 |
commit | c2689a4a7dd5c029d8f3cafd208605d9e74d2cfc (patch) | |
tree | 333a100ad1d1fada81ec16aaf3ee6c99051b0da7 /css | |
parent | Make word wrap optional, better mobile design (diff) | |
download | gopherproxy-c2689a4a7dd5c029d8f3cafd208605d9e74d2cfc.tar.gz gopherproxy-c2689a4a7dd5c029d8f3cafd208605d9e74d2cfc.tar.bz2 gopherproxy-c2689a4a7dd5c029d8f3cafd208605d9e74d2cfc.zip |
Better ellipsis for location overflow
Diffstat (limited to 'css')
-rw-r--r-- | css/main.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/main.scss b/css/main.scss index f095179..90bc685 100644 --- a/css/main.scss +++ b/css/main.scss | |||
@@ -132,6 +132,7 @@ strong { | |||
132 | overflow: hidden; | 132 | overflow: hidden; |
133 | white-space: nowrap; | 133 | white-space: nowrap; |
134 | text-overflow: ellipsis; | 134 | text-overflow: ellipsis; |
135 | text-overflow: ellipsis '|'; | ||
135 | margin-right: .5em; | 136 | margin-right: .5em; |
136 | color: $text-faint; | 137 | color: $text-faint; |
137 | 138 | ||