From 4f7281af8ce421d2f8c57ba43108261ba89d2cd6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 14 Nov 2017 18:04:04 -0800 Subject: [PATCH] Apply a default height to CodeMirror Makes it a bit more obvious that it's an editable textarea even if the SQL in it is only one line long. --- datasette/templates/database.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datasette/templates/database.html b/datasette/templates/database.html index 0b6190e1..4b405ea0 100644 --- a/datasette/templates/database.html +++ b/datasette/templates/database.html @@ -16,7 +16,7 @@ {% endblock %}