From 9c2c08c03d8449db5e8b4474a4663e8011f3a6fd Mon Sep 17 00:00:00 2001 From: benmanley Date: Mon, 1 Dec 2014 13:31:15 +0000 Subject: [PATCH] fix(.task-filter): force long words to wrap Fixes #4308 Task tabs cut off long words Prevents long words from overflowing outside of tab width in button bars by forcing them to break. --- public/css/global-modules.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/global-modules.styl b/public/css/global-modules.styl index 7bed317b44..cdac07da4b 100644 --- a/public/css/global-modules.styl +++ b/public/css/global-modules.styl @@ -149,6 +149,7 @@ $hrpg-button-bar li border-right: 1px solid darken(#fff,3.82%) float:left + word-wrap: break-word li:nth-of-type(2) border-radius: 0.382em 0em 0em 0.382em li:first-of-type