diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 97221ebf7d..a6df0d2fe8 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -604,6 +604,9 @@ body { line-height: 20px; font-size: 16px; font-weight: 500; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } } }