diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-06-15 18:57:36 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-06-15 18:57:36 +0200 |
commit | fa3e62eafddf777426f9e7310c6952ffa9fd1290 (patch) | |
tree | c92062a1e0a3c9309b8cbec3655796823709c02b /src/ws | |
parent | f30870347bfc9045d6643b6f92cae3da9e456ab8 (diff) |
Fix titles not being clickable when empty.
Diffstat (limited to 'src/ws')
-rw-r--r-- | src/ws/munia.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 |