diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index e85e1c243..836fc7bc4 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -242,7 +242,6 @@ } .button__label { - max-width: 10rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; diff --git a/ui/scss/component/_comments.scss b/ui/scss/component/_comments.scss index a32e3406a..5464b8cb0 100644 --- a/ui/scss/component/_comments.scss +++ b/ui/scss/component/_comments.scss @@ -193,6 +193,8 @@ $thumbnailWidthSmall: 0rem; } .comment__author { + max-width: 10rem; + white-space: nowrap; text-overflow: ellipsis; margin-right: var(--spacing-xs); height: 100%;