Fix OIDC provider icons not centered verticially

This commit is contained in:
Jože Fortun
2024-07-17 16:48:13 +02:00
parent 2a5f7e94ec
commit 734c0fc96c
+4
View File
@@ -46,3 +46,7 @@ label {
.footer {
margin-top: auto;
}
.bi::before {
vertical-align: middle;
}