From c5f06bc356fb5917ef7fbb6fe4693f30d711cdb3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 16 Jul 2020 12:06:45 -0700 Subject: [PATCH] "white-space: pre-wrap" for all table cells, refs #896 --- datasette/static/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/datasette/static/app.css b/datasette/static/app.css index ed98b13e..8428a933 100644 --- a/datasette/static/app.css +++ b/datasette/static/app.css @@ -20,6 +20,7 @@ td { border-right: 1px solid #eee; padding: 4px; vertical-align: top; + white-space: pre-wrap; } td.col-link { font-weight: bold;