From 4b66b67b00f9b809146422e3a49456a5d9b16b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 14:50:12 +0200 Subject: [PATCH] GDPR radibutton odstranjen margin levo --- frontend/simple/css/aai.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 2e533db2e..57a8f42a4 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -505,6 +505,7 @@ body.gdpr div.zahtevek:last-of-type { body.gdpr div.zahtevek label input { margin-right: 2px; + margin-left: 0px; height: 18px; width: 18px; }