summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorFrancois Ferrand <thetypz@gmail.com>2014-10-06 11:24:03 +0200
committerFrancois Ferrand <thetypz@gmail.com>2014-10-07 13:38:50 +0200
commitcfe69443b7c82e09f764efbc30da45013dc1c77f (patch)
tree21f972ee4723f1bd19de5288e03fdcb16d7d660f /assets
parentfe44c0989edbb9c52877362094c47fdc9834835a (diff)
Ensure all columns on the board get the same width.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/app.css5
1 files changed, 5 insertions, 0 deletions
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 {