Skip to content

Commit ae9521e

Browse files
committed
Fix search input alignment on safari
1 parent f3bc52a commit ae9521e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/layout.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export const globalStyles = css.global`
185185
margin-bottom: 0.5rem;
186186
display: flex;
187187
justify-content: space-between;
188-
align-items: center;
188+
align-items: stretch;
189189
}
190190
191191
.form-control__vertical {
@@ -217,6 +217,7 @@ export const globalStyles = css.global`
217217
}
218218
219219
.form-control input#search {
220+
margin-block: revert;
220221
margin: 0;
221222
padding: 0.375rem 1rem 0.375rem 0.5rem;
222223
}

0 commit comments

Comments
 (0)