From 4ee4f745efb961487abe0930db932ddadc408ce8 Mon Sep 17 00:00:00 2001 From: anazaryan Date: Fri, 20 Dec 2024 15:23:13 +0400 Subject: [PATCH] company approved service item position fix --- public/css/general.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/general.css b/public/css/general.css index e3d0050..5394686 100644 --- a/public/css/general.css +++ b/public/css/general.css @@ -64,3 +64,9 @@ .sertificate-form-inputs { align-items: normal!important; } + +.main__employers-item-label.company-approved-service { + width: 97%; + left: 6px; + bottom: 6px; +} -- 1.7.10.4