From a6519b4dbb0396354cffb33c3eff94d26cc92015 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 10:49:36 +0100 Subject: [PATCH] attempted fix: text overflow --- content/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/style.css b/content/style.css index c79676d..6fe7929 100644 --- a/content/style.css +++ b/content/style.css @@ -9,7 +9,7 @@ } div { overflow: hidden; - text-overflow: "..."; + text-overflow: ellipsis; } div.item-1 { grid-column: 2 / 3;