From f80ff9b07b5ecdfeca4aa81f5728812a22bfb019 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 7 Jul 2019 13:16:48 -0700 Subject: [PATCH] min-height on .hd Now it should be the same size on the homepage as it is on pages with breadcrumbs --- datasette/static/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/datasette/static/app.css b/datasette/static/app.css index 76ecdd8d..ece60d9e 100644 --- a/datasette/static/app.css +++ b/datasette/static/app.css @@ -90,6 +90,7 @@ table a:visited { background-color: #eee; overflow: hidden; box-sizing: border-box; + min-height: 2rem; } .hd p { margin: 0;