From 9f948c150b751075734f3cd0e6b177bd558b5236 Mon Sep 17 00:00:00 2001 From: Eduardo Moreira Date: Tue, 18 Feb 2020 09:32:46 -0300 Subject: [PATCH] Fix card description overflow --- app/assets/stylesheets/layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index aaccdd7dc..f054df7bc 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2769,6 +2769,7 @@ table { &.description { color: $text; + word-wrap: break-word; } } }