diff --git a/ui/scss/component/_livestream-comment.scss b/ui/scss/component/_livestream-comment.scss index c8880c5c8..c469ba7e5 100644 --- a/ui/scss/component/_livestream-comment.scss +++ b/ui/scss/component/_livestream-comment.scss @@ -238,5 +238,11 @@ .channel-name { font-size: var(--font-small); } + + .button--link { + .icon { + flex-shrink: 0; + } + } } }