1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Made the TOTP URL visible during setup

Useful for some non-scanner type apps.
Closes #2908
This commit is contained in:
Dan Brown
2021-09-01 20:58:19 +01:00
parent ff494be952
commit 7028025380
4 changed files with 9 additions and 3 deletions

View File

@ -145,6 +145,7 @@ body.flexbox {
.flex {
min-height: 0;
flex: 1;
max-width: 100%;
&.fit-content {
flex-basis: auto;
flex-grow: 0;