From 6b63f8b87ea09bc108da25269d4d049183a551e8 Mon Sep 17 00:00:00 2001 From: sysadminix Date: Thu, 11 Apr 2024 09:49:56 +0300 Subject: [PATCH] 0.0.9 style search field fix --- static/css/styles(boris).css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 25ccd45..809fab0 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1127,7 +1127,7 @@ border: 1px solid #E6E6E6; display: block; height: 20px; - width: calc(100% - 26px); + width: calc(100% - 17px); padding: 20px 10px; background: url(/static/img/svg/Calendar.svg) white 50%; background-repeat: no-repeat;