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/cards/checklists.styl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/components/cards/checklists.styl') diff --git a/client/components/cards/checklists.styl b/client/components/cards/checklists.styl index d48c1851..8ac37a15 100644 --- a/client/components/cards/checklists.styl +++ b/client/components/cards/checklists.styl @@ -128,6 +128,9 @@ textarea.js-add-checklist-item, textarea.js-edit-checklist-item & .viewer p margin-bottom: 2px + display: block + word-wrap: break-word + max-width: 420px .js-delete-checklist-item margin: 0 0 0.5em 1.33em -- cgit v1.2.3-1-g7c22