Fix input padding
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.fieldRow {
|
||||
display: flex;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.field {
|
||||
@@ -8,7 +8,6 @@
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
position: relative;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
.fieldRow.rightAlign {
|
||||
|
||||
@@ -41,9 +41,6 @@
|
||||
|
||||
.formContainer form {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.formContainer form > * {
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user