From c89fba95947532f709b36f2c2f83307fc3c48564 Mon Sep 17 00:00:00 2001 From: Hannes Klinckaert Date: Wed, 2 Oct 2019 11:33:28 +0200 Subject: [PATCH] updated css --- watcher/static/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/watcher/static/index.css b/watcher/static/index.css index 8d0329c..589c129 100644 --- a/watcher/static/index.css +++ b/watcher/static/index.css @@ -46,7 +46,8 @@ h1 { padding: 5px; padding-left: 12px; padding-right: 12; - height: 5%; + min-height: 5%; + max-height: 5%; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; background: #fff;