From a59d78a7c710afacc31b5d1475ef4a728b9370a0 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 8 Mar 2021 10:05:01 +0100 Subject: [PATCH] web: fix styling for static token list --- web/src/authentik.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/authentik.css b/web/src/authentik.css index a7bc1b696..f5edceb1c 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -55,6 +55,7 @@ select[multiple] { -webkit-columns: 2; -moz-columns: 2; margin-left: var(--pf-global--spacer--xs); + width: 100%; } .ak-otp-tokens li { font-size: var(--pf-global--FontSize--2xl);