diff --git a/app/javascript/styles/accounts.scss b/app/javascript/styles/accounts.scss index 3d5c1a692..80b6ec421 100644 --- a/app/javascript/styles/accounts.scss +++ b/app/javascript/styles/accounts.scss @@ -409,9 +409,9 @@ .display-name { display: block; max-width: 100%; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + //overflow: hidden; + //white-space: nowrap; + //text-overflow: ellipsis; cursor: default; strong { diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index fa604df5c..8cb7b8618 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -1375,9 +1375,9 @@ display: block; position: relative; max-width: 100%; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + //overflow: hidden; + //text-overflow: ellipsis; + //white-space: nowrap; } .display-name__html { diff --git a/app/javascript/styles/stream_entries.scss b/app/javascript/styles/stream_entries.scss index baacb4913..938ec7023 100644 --- a/app/javascript/styles/stream_entries.scss +++ b/app/javascript/styles/stream_entries.scss @@ -92,9 +92,9 @@ .display-name { display: block; max-width: 100%; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + //overflow: hidden; + //white-space: nowrap; + //text-overflow: ellipsis; strong { font-weight: 500; @@ -156,9 +156,9 @@ .display-name { display: block; max-width: 100%; - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; + //overflow: hidden; + //white-space: nowrap; + //text-overflow: ellipsis; strong { font-weight: 500;