From 082632048bcb75c1318b1ec3aa9f0f8d216eca21 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 26 Jul 2017 11:06:17 +0200 Subject: [PATCH] fix styles for very wide todos --- www/todo/todo.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/todo/todo.less b/www/todo/todo.less index 22bb7f165..e2b7c15a2 100644 --- a/www/todo/todo.less +++ b/www/todo/todo.less @@ -43,6 +43,7 @@ body { min-height: 0; overflow-y: auto; min-width: 40%; + max-width: 90%; } .cp-create-form { @@ -71,6 +72,8 @@ body { .cp-task-text { margin: @spacing; flex: 1; + word-wrap: break-word; + min-width: 0; } .cp-task-date { margin: @spacing;