From 713e6b2f8e282ed1d0654c244e19ba1c4becac22 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 9 Dec 2025 16:40:18 +0100 Subject: [PATCH] fix: ctrl backspace not working in firefox --- frontend/src/styles/test.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index 1dab38dda..e61cdc2fc 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -607,6 +607,7 @@ caret-color: transparent; resize: none; overflow: hidden; + white-space: nowrap; // if the text wraps, ctrl backspace will not work on firefox >:| } #capsWarning {