From b0bb5fb88f6a04c09c54ec3cc7fecd2980b2e950 Mon Sep 17 00:00:00 2001 From: Maxim Leshchenko Date: Mon, 17 Jan 2022 14:42:39 +0200 Subject: [PATCH] Global: Fix display of text inputs --- Web/static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index 411d6119..c409f70f 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -563,6 +563,7 @@ input[type="text"], input[type="password"], input[type~="text"], input[type~="pa font-size: 11px; font-family: tahoma, verdana, arial, sans-serif; width: 100%; + box-sizing: border-box; } h4 {