From cd9734b8a48de939b6d0792535df5dc8335870ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 21 Nov 2021 12:41:19 +0100 Subject: [PATCH] Disable huge title span's transition --- src/style/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/style/_typography.scss b/src/style/_typography.scss index be12533..6168464 100644 --- a/src/style/_typography.scss +++ b/src/style/_typography.scss @@ -11,6 +11,10 @@ white-space: nowrap; user-select: none; pointer-events: none; + + span { + transition: none; + } } // House Name