We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e3794 commit f2afdb9Copy full SHA for f2afdb9
resources/js/Pages/Post/PostForm.jsx
@@ -23,6 +23,7 @@ export default function PostForm({ title, setTitle, content, setContent, handleS
23
<textarea
24
id="content"
25
value={content}
26
+ rows={10}
27
onChange={(e) => setContent(e.target.value)}
28
className="mt-1 block w-full rounded-md border-gray-600 bg-gray-700 text-white shadow-sm focus:border-blue-500 focus:ring focus:ring-blue-500 focus:ring-opacity-50 sm:text-sm"
29
/>
0 commit comments