From 734c0fc96c9f0c1e8f53d409f937026a3284378e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Wed, 17 Jul 2024 16:48:13 +0200 Subject: [PATCH] Fix OIDC provider icons not centered verticially --- server/auth/assets/public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/auth/assets/public/style.css b/server/auth/assets/public/style.css index f2109f1e6..559b3c7f1 100644 --- a/server/auth/assets/public/style.css +++ b/server/auth/assets/public/style.css @@ -46,3 +46,7 @@ label { .footer { margin-top: auto; } + +.bi::before { + vertical-align: middle; +}