diff --git a/apps/desktop/src/scss/buttons.scss b/apps/desktop/src/scss/buttons.scss index f66a7812dd..4b6fe81f63 100644 --- a/apps/desktop/src/scss/buttons.scss +++ b/apps/desktop/src/scss/buttons.scss @@ -176,4 +176,7 @@ button.no-btn { @include themify($themes) { color: themed("textColor"); } + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; }