add password form to account,

fix form input grid styling
This commit is contained in:
2023-10-31 18:13:40 +00:00
parent 8cfafe7399
commit 89f0b14c21
2 changed files with 18 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
.input-grid {
float: left;
display: grid;
column-gap: 10px;
row-gap: 5px;
@@ -34,6 +33,10 @@ fieldset > *:last-child {
margin-bottom: 8px;
}
fieldset > .input-grid {
float: left;
}
body:not(:-moz-handler-blocked) fieldset {
display: table-cell;
}