mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Fix 2FA blocks' width
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>
This commit is contained in:
parent
97b8e6d2a3
commit
3ce5ef5808
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue