diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 425614e6ac2..7bdeb4733a0 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -450,10 +450,10 @@ margin-right: 4px; } .title { - font-size: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + display: block; } .name { font-size: 1em; diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 3f6a53b9a5c..17bfa3dbea7 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -446,10 +446,10 @@ margin-right: 4px; } .title { - font-size: 1em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + display: block; } .name { font-size: 1em;