From c2689a4a7dd5c029d8f3cafd208605d9e74d2cfc Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Wed, 26 Jun 2019 10:01:00 +0200 Subject: Better ellipsis for location overflow --- css/main.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'css') 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 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + text-overflow: ellipsis '|'; margin-right: .5em; color: $text-faint; -- cgit v1.2.3-54-g00ecf