fixed vertical alignment

This commit is contained in:
Florian Scholdei
2019-02-06 15:36:00 +01:00
parent a1b913e7e6
commit 3309150bdc
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ const styles = {
minWidth: "4.5rem" minWidth: "4.5rem"
}, },
wrapper: { wrapper: {
padding: "1rem 1.5rem 0.25rem 1.5rem", padding: "1rem 1.5rem",
border: "1px solid #eee", border: "1px solid #eee",
borderRadius: "5px 5px 0 0" borderRadius: "5px 5px 0 0"
} }

View File

@@ -202,7 +202,7 @@ $fa-font-path: "webfonts";
} }
// forms // forms
.field:not(.is-grouped) { form .field:not(.is-grouped) {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.input, .input,