From bf7f7f57752b3a2fc50519e7c69613a6c0da9088 Mon Sep 17 00:00:00 2001 From: Omar Younis <oyounis@qoyod.com> Date: Wed, 18 Apr 2018 14:20:21 +0200 Subject: [PATCH] enabled word breaking of card title enabled word breaking of card title as it gets overlapped by the assignee's icon when its a single long line with no spaces --- app/assets/stylesheets/pages/boards.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss index 318d3ddaece..ad62ee54b17 100644 --- a/app/assets/stylesheets/pages/boards.scss +++ b/app/assets/stylesheets/pages/boards.scss @@ -318,6 +318,7 @@ color: $gl-text-color; word-wrap: break-word; margin-right: 2px; + word-break: break-word; } } -- GitLab