fix livestream comment spacing
This commit is contained in:
parent
e3ea004f67
commit
15fea9fe1f
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@
|
||||||
margin-top: var(--spacing-s);
|
margin-top: var(--spacing-s);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
|
.comment__body_container {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.livestream__comment-author {
|
.livestream__comment-author {
|
||||||
|
|
Loading…
Reference in a new issue