From 810aa8c2fb898ce84972eebecc940535b356c8ac Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 22 May 2019 22:09:53 +0200 Subject: [PATCH] tab height tweak --- src/public/stylesheets/desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/desktop.css b/src/public/stylesheets/desktop.css index 2bee6b764..30beb328d 100644 --- a/src/public/stylesheets/desktop.css +++ b/src/public/stylesheets/desktop.css @@ -195,7 +195,7 @@ li.dropdown-submenu:hover > ul.dropdown-menu { .note-tab-row .note-tab { position: absolute; left: 0; - height: 36px; + height: 33px; width: 240px; border: 0; margin: 0;