From 838f255fc27249196dec0bdaa63660ab51f33567 Mon Sep 17 00:00:00 2001 From: Lynx Kotoura Date: Sun, 24 Sep 2017 04:06:16 +0900 Subject: Fix overflowing tabs in account__action-bar (#5056) * Fix numbers in accounts columns * Support edge compact-header --- app/javascript/styles/compact_header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript/styles/compact_header.scss') 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; -- cgit