mirror of
https://github.com/urbit/shrub.git
synced 2024-11-28 22:33:06 +03:00
publish: set max width on new note title input
This commit is contained in:
parent
88b43ccaa8
commit
73da90d866
@ -42,8 +42,8 @@ export function PostForm(props: PostFormProps) {
|
|||||||
validateOnBlur
|
validateOnBlur
|
||||||
>
|
>
|
||||||
<Form style={{ display: "contents" }}>
|
<Form style={{ display: "contents" }}>
|
||||||
<Row flexDirection={["column-reverse", "row"]} mb={4} gapX={4}>
|
<Row flexDirection={["column-reverse", "row"]} mb={4} gapX={4} justifyContent='space-between'>
|
||||||
<Input flexGrow={1} placeholder="Post Title" id="title" />
|
<Input maxWidth='40rem' flexGrow={1} placeholder="Post Title" id="title" />
|
||||||
<AsyncButton
|
<AsyncButton
|
||||||
ml={[0,2]}
|
ml={[0,2]}
|
||||||
mb={[4,0]}
|
mb={[4,0]}
|
||||||
|
Loading…
Reference in New Issue
Block a user