From ec875a6cdf89f715d3e3c66bc390331aa850e2fb Mon Sep 17 00:00:00 2001 From: Daniela Narvaez Date: Thu, 28 Jan 2021 23:01:19 -0300 Subject: [PATCH] "Fix Long commenter name issue" --- ui/scss/component/_button.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_button.scss b/ui/scss/component/_button.scss index 836fc7bc4..e85e1c243 100644 --- a/ui/scss/component/_button.scss +++ b/ui/scss/component/_button.scss @@ -242,6 +242,7 @@ } .button__label { + max-width: 10rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;