From db0e2ab1eeb7f3fad82c51e747bc48acdf0fb727 Mon Sep 17 00:00:00 2001 From: byseif21 Date: Fri, 9 Jan 2026 23:55:26 +0200 Subject: [PATCH] fix(result-page):some unwanted texts wrapping in result screenshot (@byseif21) --- frontend/src/styles/test.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index d0064f2c7c24..e6d613fc0710 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -108,6 +108,7 @@ justify-content: flex-end; gap: 0 1em; flex-wrap: wrap; + white-space: nowrap; .fas { margin-left: 0.33em; @@ -761,6 +762,13 @@ margin-bottom: 0.25rem; display: flex; align-items: center; + + // for "input history" wrapping in screenshot for small screens + flex-wrap: wrap; + + > span { + white-space: nowrap; + } } .words { display: flex; @@ -800,7 +808,7 @@ } &.withLigatures { .word { - overflow-wrap: anywhere; + //overflow-wrap: anywhere; padding-bottom: 2px; // compensate for letter border .hints { @@ -1005,6 +1013,7 @@ font-size: 1rem; line-height: 1rem; margin-bottom: 0.25rem; + white-space: nowrap; } .bottom {