mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 16:18:01 -05:00
Fix reply status box alignment.
This commit is contained in:
parent
99344af688
commit
9b323d99a0
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread-limit-status {
|
.thread-limit-status {
|
||||||
width: calc(100% - 10rem);
|
width: calc(100% - 4rem);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
||||||
.comment-status-icon {
|
.comment-status-icon {
|
||||||
|
|
Loading…
Reference in a new issue