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