diff options
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 | ||