UX: prevent solve text and icon from wrapping (#177)
This commit is contained in:
parent
9184f95299
commit
8635fed3d6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue