UX: prevent solve text and icon from wrapping (#177)

This commit is contained in:
Kris 2021-12-14 21:35:05 -05:00 committed by GitHub
parent 9184f95299
commit 8635fed3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;