UX: Fixed solved alignment with buttons due to core changes (#120)
This commit is contained in:
parent
8116c7974c
commit
5c5b63e822
|
@ -10,11 +10,6 @@ $solved-color: green;
|
|||
}
|
||||
}
|
||||
|
||||
.post-controls span:not(.d-button-label) {
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.fa.accepted {
|
||||
color: $solved-color;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue