fix text overflow past 3 dot menu: #6602

This commit is contained in:
Baltazar Gomez 2021-08-05 17:04:52 -05:00 committed by Thomas Zarebczan
parent 8bec365fb4
commit 76201e5955

View file

@ -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 {