From f0f1f136be7ddeb0d5468237f72471cb9a550bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 13 Oct 2020 09:36:31 +0200 Subject: [PATCH] Fix scrollable titles with Dyslexia font MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/components/cards/CardItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/CardItem.vue b/src/components/cards/CardItem.vue index a1ff4947d..056a0063e 100644 --- a/src/components/cards/CardItem.vue +++ b/src/components/cards/CardItem.vue @@ -195,7 +195,7 @@ export default { margin: 12px $card-padding; flex-grow: 1; font-size: 100%; - overflow-x: hidden; + overflow: hidden; word-wrap: break-word; padding-left: 4px; span {