Skip to content

Commit 4b0964f

Browse files
committed
style: 💄 query-form submit align center -> flex-end
1 parent 8056fe2 commit 4b0964f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query-form/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type QueryFormProps = React.PropsWithChildren<{
1717
const buttonGroupStyle: React.CSSProperties = {
1818
width: "100%",
1919
display: "flex",
20-
alignItems: "center",
20+
alignItems: "flex-end",
2121
justifyContent: "flex-end",
2222
};
2323

0 commit comments

Comments
 (0)