diff options
author | Ondřej Hruška <ondra@ondrovo.com> | 2017-08-07 21:24:19 +0200 |
---|---|---|
committer | Ondřej Hruška <ondra@ondrovo.com> | 2017-08-07 21:24:19 +0200 |
commit | b9a2ceca359099207334a9e2155b98ae7165da15 (patch) | |
tree | 011b46d605e0bd324f26fb5aadd72d7e55f35410 /app | |
parent | 70c5eccc12558f27469ce09eee45762517dfe5fc (diff) |
removed ellipsis from .display-name
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/accounts.scss | 6 | ||||
-rw-r--r-- | app/javascript/styles/components.scss | 6 | ||||
-rw-r--r-- | app/javascript/styles/stream_entries.scss | 12 |
3 files changed, 12 insertions, 12 deletions
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; |