From 0032bb6aee38939fafaa1dbd1d5819f36296fd0f 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 273b340d1..614b6a22e 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);