mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
fixed vertical alignment
This commit is contained in:
@@ -14,7 +14,7 @@ const styles = {
|
||||
minWidth: "4.5rem"
|
||||
},
|
||||
wrapper: {
|
||||
padding: "1rem 1.5rem 0.25rem 1.5rem",
|
||||
padding: "1rem 1.5rem",
|
||||
border: "1px solid #eee",
|
||||
borderRadius: "5px 5px 0 0"
|
||||
}
|
||||
|
||||
@@ -202,7 +202,7 @@ $fa-font-path: "webfonts";
|
||||
}
|
||||
|
||||
// forms
|
||||
.field:not(.is-grouped) {
|
||||
form .field:not(.is-grouped) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.input,
|
||||
|
||||
Reference in New Issue
Block a user