We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8056fe2 commit 4b0964fCopy full SHA for 4b0964f
src/query-form/index.tsx
@@ -17,7 +17,7 @@ type QueryFormProps = React.PropsWithChildren<{
17
const buttonGroupStyle: React.CSSProperties = {
18
width: "100%",
19
display: "flex",
20
- alignItems: "center",
+ alignItems: "flex-end",
21
justifyContent: "flex-end",
22
};
23
0 commit comments