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;