From cfe69443b7c82e09f764efbc30da45013dc1c77f Mon Sep 17 00:00:00 2001 From: Francois Ferrand Date: Mon, 6 Oct 2014 11:24:03 +0200 Subject: Ensure all columns on the board get the same width. --- assets/css/app.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets') diff --git a/assets/css/app.css b/assets/css/app.css index f5488ddb..a2255075 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -572,6 +572,10 @@ a.filter-on { margin-top: 5px; } +#board { + table-layout: fixed; +} + #board th a { text-decoration: none; font-size: 150%; @@ -619,6 +623,7 @@ a.filter-on { border: 1px solid #000; padding: 5px; font-size: 95%; + word-wrap: break-word; } .task-board-recent { -- cgit v1.2.3