Prevent comment content from breaking the layout on mobile
This commit is contained in:
parent
256ed6a106
commit
a04c69f787
1 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,9 @@ $thumbnailWidthSmall: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment__body-container {
|
.comment__body-container {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
min-width: 0;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
margin-left: var(--spacing-xs);
|
margin-left: var(--spacing-xs);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue