diff --git a/app/javascript/styles/gabsocial/components.scss b/app/javascript/styles/gabsocial/components.scss index 0b23e981..f3570fe8 100644 --- a/app/javascript/styles/gabsocial/components.scss +++ b/app/javascript/styles/gabsocial/components.scss @@ -1172,7 +1172,7 @@ a.account__display-name { max-width: 100%; overflow: hidden; text-overflow: ellipsis; - white-space: nowrap; + word-break: break-word; } .display-name__html {