From 5815254d0fee2aef4e8c399b4eb560b2be9ee502 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Thu, 2 Feb 2017 01:34:18 +0100 Subject: [PATCH 1/1] this doesn't work, makes textboxes in main toolbar look bad, needs a different solution --- LCARStrek/global/textbox.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index 83e31725..104c1416 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -47,7 +47,7 @@ html|*.textbox-input::placeholder { } html|*.textbox-input { - max-height: 1em; /* work around the above rule that does not work */ + /* max-height: 1em; work around the above rule that does not work */ } .textbox-input-box menupopup { -- 2.35.3