From 0df7ad199fcf2bbe25508e24243ef0873af5046b Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sun, 20 Aug 2023 02:17:43 +0200 Subject: [PATCH] fixed the menu closing animarion --- docs/docs/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/style.css b/docs/docs/style.css index 1a6e0dd..5730366 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -97,6 +97,7 @@ color: white; margin: 15px; text-decoration: none; font-size: 19px; + white-space: nowrap; color: #ffffff; display: block; font-weight: 500; @@ -107,7 +108,7 @@ color: white; .navdrawerlinkactive { padding: 6px 6px 6px 10px; margin: 15px; - + white-space: nowrap; text-decoration: none; font-size: 19px; color: #000000;