about summary refs log tree commit diff
path: root/app/javascript/styles/accounts.scss
diff options
context:
space:
mode:
authorOndřej Hruška <ondra@ondrovo.com>2017-08-07 21:24:19 +0200
committerOndřej Hruška <ondra@ondrovo.com>2017-08-07 21:24:19 +0200
commitb9a2ceca359099207334a9e2155b98ae7165da15 (patch)
tree011b46d605e0bd324f26fb5aadd72d7e55f35410 /app/javascript/styles/accounts.scss
parent70c5eccc12558f27469ce09eee45762517dfe5fc (diff)
removed ellipsis from .display-name
Diffstat (limited to 'app/javascript/styles/accounts.scss')
-rw-r--r--app/javascript/styles/accounts.scss6
1 files changed, 3 insertions, 3 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 {