From 42832128327f439cdded92fb65cdc5cbf7e64172 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 9 Jan 2019 00:50:26 -0700 Subject: [PATCH] Fix empty note not being tall enough for menu button --- www/css/notecards.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/notecards.css b/www/css/notecards.css index 850d50b..0706dd0 100644 --- a/www/css/notecards.css +++ b/www/css/notecards.css @@ -25,6 +25,10 @@ file, You can obtain one at http://mozilla.org/MPL/2.0/. z-index: 99999; } +.notecard { + min-height: 4em; +} + .popover .list .list-button { color: inherit; } \ No newline at end of file