From fa3e62eafddf777426f9e7310c6952ffa9fd1290 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 15 Jun 2020 18:57:36 +0200 Subject: Fix titles not being clickable when empty. --- src/ws/munia.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ws/munia.css b/src/ws/munia.css index 3704c99..8abfa08 100644 --- a/src/ws/munia.css +++ b/src/ws/munia.css @@ -64,7 +64,8 @@ body font-size: 1.1em; background: transparent; pointer-events: auto; - width: 70%; + width: 65%; + min-height: 1.1em; } .node .state -- cgit v1.2.3