about summary refs log tree commit diff
path: root/app/javascript/styles/compact_header.scss
diff options
context:
space:
mode:
authorLynx Kotoura <admin@sanin.link>2017-09-24 04:06:16 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-09-23 21:06:16 +0200
commit838f255fc27249196dec0bdaa63660ab51f33567 (patch)
treefa63fd3969335d02c5514077823ea994210c8180 /app/javascript/styles/compact_header.scss
parent1e02ba111ae38ab758135b5b2b46f34c672ca02e (diff)
Fix overflowing tabs in account__action-bar (#5056)
* Fix numbers in accounts columns

* Support edge compact-header
Diffstat (limited to 'app/javascript/styles/compact_header.scss')
-rw-r--r--app/javascript/styles/compact_header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/compact_header.scss b/app/javascript/styles/compact_header.scss
index cf12fcfec..90d98cc8c 100644
--- a/app/javascript/styles/compact_header.scss
+++ b/app/javascript/styles/compact_header.scss
@@ -6,7 +6,7 @@
     font-weight: 500;
     margin-bottom: 20px;
     padding: 0 10px;
-    overflow-wrap: break-word;
+    word-wrap: break-word;
 
     @media screen and (max-width: 740px) {
       text-align: center;