From 73de3a77ad3e3e7534b4c70519f7eddbba1da564 Mon Sep 17 00:00:00 2001 From: Helene Rigner Date: Fri, 12 Jul 2019 15:03:13 +0200 Subject: [PATCH] When hovering an item in doc list, the full title is shown --- src/components/splash.pcss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/splash.pcss b/src/components/splash.pcss index b49ff038..fbf10b3e 100644 --- a/src/components/splash.pcss +++ b/src/components/splash.pcss @@ -56,6 +56,11 @@ text-overflow: ellipsis; white-space: nowrap; } + + .title:hover { + text-overflow: clip; + white-space: normal; + } } input[type=text] {