fix text overflow past 3 dot menu: #6602
This commit is contained in:
parent
8bec365fb4
commit
76201e5955
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ $discussion-header__height: 3rem;
|
|||
}
|
||||
|
||||
.livestream-comment__text {
|
||||
padding-right: var(--spacing-xxs);
|
||||
padding-right: var(--spacing-xl);
|
||||
padding-bottom: var(--spacing-xxs);
|
||||
.markdown-preview {
|
||||
p {
|
||||
|
|
Loading…
Reference in a new issue