Addresses several structure and style issues with TOTP and Email dialogs.

Added missing div tags that were causing style problems.
Reformatted HTML to make it easier to read.
Added whitespace above buttons on TOTP Add dialog.
Changed "6-digit" to "code" on email dialogs because number of digits varies.
This commit is contained in:
nswain
2020-08-26 10:19:38 -06:00
parent 3d37d0a51f
commit b6992d3ced
4 changed files with 71 additions and 75 deletions

View File

@@ -39,7 +39,7 @@
<fieldset>
<div class="row">
<div class="col-sm-12 col-md-12">
<p>Enter the 6-digits sent to your email.</p>
<p>Enter the code sent to your email.</p>
</div>
</div>