From 8635fed3d6d07d209db1d3ec5ccf6ac5893fff7b Mon Sep 17 00:00:00 2001 From: Kris Date: Tue, 14 Dec 2021 21:35:05 -0500 Subject: [PATCH] UX: prevent solve text and icon from wrapping (#177) --- assets/stylesheets/solutions.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/solutions.scss b/assets/stylesheets/solutions.scss index 651c3d9..b10b507 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;