about summary refs log tree commit diff
path: root/app/javascript/styles/components.scss
diff options
context:
space:
mode:
authorLynx Kotoura <lynx@lv9.org>2017-08-28 07:01:07 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-08-28 00:01:07 +0200
commit07994eed002375025f0c377079500d25e87cb641 (patch)
treec39e2fbb02a769d1d234f4a427c1a08ede675004 /app/javascript/styles/components.scss
parentbab9afaa092e0eb8b3f11fdcdaf7a75d3ce94566 (diff)
Adjust "signed in as" pages (#4720)
* Adjust "signed in as" pages


Fix min-width


Set width of .account-header .name

To apply text-overflow and overflow settings
Set overflow for detailed-status__display-name

* Remove trailing whitespace
Diffstat (limited to 'app/javascript/styles/components.scss')
-rw-r--r--app/javascript/styles/components.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 32cf450b7..3a6672b9f 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -1057,6 +1057,8 @@
   strong,
   span {
     display: block;
+    text-overflow: ellipsis;
+    overflow: hidden;
   }
 
   strong {