]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix 2FA blocks' width
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Fri, 24 Mar 2023 09:19:22 +0000 (10:19 +0100)
committerLouis Chemineau <louis@chmn.me>
Mon, 27 Mar 2023 16:14:45 +0000 (18:14 +0200)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
core/css/styles.scss

index 3a7cd1684cc7ba9c39e333b97de70de96d22a7b7..df61eab8e9239d47944bbc26c668252991242744 100644 (file)
@@ -112,7 +112,7 @@ body {
 
 .two-factor-provider {
        text-align: center;
-       width: 258px !important;
+       width: 100% !important;
        display: inline-block;
        margin-bottom: 0 !important;
        background-color: var(--color-background-darker) !important;