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 {
|
.post-controls .extra-buttons {
|
||||||
// anon text
|
// anon text
|
||||||
.accepted-text {
|
.accepted-text {
|
||||||
|
white-space: nowrap;
|
||||||
.d-icon,
|
.d-icon,
|
||||||
.accepted-label {
|
.accepted-label {
|
||||||
color: $solved-color;
|
color: $solved-color;
|
||||||
|
|
Loading…
Reference in New Issue