From 54c181ee47afb57fb3445a0258bb540fc50fb052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ou=C5=A1ek?= <brousek@ics.muni.cz> Date: Sat, 24 Sep 2022 19:12:47 +0200 Subject: [PATCH] fix: correct syntax in disco CSS --- www/res/css/disco.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/res/css/disco.css b/www/res/css/disco.css index d373cab..27fd274 100644 --- a/www/res/css/disco.css +++ b/www/res/css/disco.css @@ -125,7 +125,7 @@ form#idpselectform input { } .col-md-4{ - padding-left: 5px;!important; - padding-right: 5px;!important; + padding-left: 5px !important; + padding-right: 5px !important; } -- GitLab