From cd733c96340d7f39afaee5c80df3946162f29133 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Tue, 14 Dec 2021 20:58:58 -0500 Subject: [PATCH] UX: prevent solve text and icon from wrapping --- assets/stylesheets/solutions.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index 651c3d99..b10b5074 100644 --- a/assets/stylesheets/solutions.scss +++ b/assets/stylesheets/solutions.scss @@ -26,6 +26,7 @@ $solved-color: green; .post-controls .extra-buttons { // anon text .accepted-text { + white-space: nowrap; .d-icon, .accepted-label { color: $solved-color;