From 333f15de0ce300e16bb5709e56b68405e6196b35 Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 28 Jan 2022 03:38:37 +0300 Subject: [PATCH] fix height properly --- global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.css b/global.css index 745d8f2c..3a3b5b86 100644 --- a/global.css +++ b/global.css @@ -69,12 +69,14 @@ input { } input:not([type]), +input[type=text], input[type=search] { background: #fff; color: #000; height: var(--input-height); min-height: var(--input-height)!important; line-height: var(--input-height); + box-sizing: border-box; padding: 0 3px; border: 1px solid hsl(0, 0%, 66%); } @@ -165,7 +167,6 @@ label { select { -moz-appearance: none; -webkit-appearance: none; - box-sizing: content-box; height: var(--input-height); font: inherit; color: #000;