Add job delivery details textarea tag size increased

This commit was merged in pull request #421.
This commit is contained in:
victorAnumudu
2023-09-22 13:26:19 +01:00
parent f2475ddd88
commit 250dd0b171
+1 -1
View File
@@ -235,7 +235,7 @@ function JobListPopout({ details, onClose, situation }) {
</label>
<textarea
className={`p-2 w-full text-sm text-slate-900 dark:text-white bg-transparent outline-none border border-slate-300 rounded-md`}
rows="10"
rows="7"
style={{ resize: "none" }}
value={textArea}
onChange={handleInputChange}