From 35b57951e77937fc113816be40df455aca5a693e Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Sat, 28 Sep 2019 16:23:36 -0400 Subject: [PATCH] only want tight line spacing in header blocks --- views/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/style.css b/views/style.css index 247c07c..38d6303 100644 --- a/views/style.css +++ b/views/style.css @@ -10,7 +10,7 @@ body { font-size: 1em; word-wrap: break-word; font-family: sans-serif, "Noto Color Emoji"; - line-height: 1.1; + line-height: 1.2; } pre, code { white-space: pre-wrap; @@ -150,6 +150,7 @@ input[type=file] { overflow: hidden; text-overflow: ellipsis; font-size: 0.8em; + line-height: 1.1; margin-top: 1em; height: 64px; }