Skip to content

Commit ab8b7d7

Browse files
committed
gallery form wider to prevent squashing
1 parent 6bc7eb9 commit ab8b7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gallery/pages/FileInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const submit = async (e: React.FormEvent) => {
135135
type="UpdateContact"
136136
value={contact}
137137
formStyle="card"
138-
panelClass="max-w-3xl"
138+
panelClass="max-w-4xl"
139139
/>
140140
</CodeExample>
141141
</GalleryLayout>

src/gallery/pages/TagInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function TagInputContent() {
9797
type="UpdateContact"
9898
value={contact}
9999
formStyle="card"
100-
panelClass="max-w-3xl"
100+
panelClass="max-w-4xl"
101101
/>
102102
</CodeExample>
103103

0 commit comments

Comments
 (0)