From 0dd3ff29f2b558bc912b330f178347035dcc46c7 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 23 Aug 2019 02:59:29 +0300 Subject: Limit card width to fixed size. Thanks to xet7 ! --- client/components/boards/boardColors.styl | 1 + 1 file changed, 1 insertion(+) (limited to 'client/components/boards') diff --git a/client/components/boards/boardColors.styl b/client/components/boards/boardColors.styl index efd4367e..3be9c0c3 100644 --- a/client/components/boards/boardColors.styl +++ b/client/components/boards/boardColors.styl @@ -241,6 +241,7 @@ setBoardColor(color) background-color #ffffff !important padding 15px !important border 1px solid #000000 !important + word-wrap: break-word // When card has comment, emphasis on minicard: // bigger red comment icon and number of comments, -- cgit v1.2.3-1-g7c22