Fix overflow in oidc login error

This commit is contained in:
Johannes Zellner
2025-07-11 16:16:44 +02:00
parent 677dfde22e
commit 58992030dc
2 changed files with 1 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ html, body {
font-size: 14px; /* this also defines the overall widget size as all sizes are in rem */
font-family: var(--font-family);
font-weight: 400;
line-height: 20px;
height: 100%;
width: 100%;
padding: 0;