Add job delivery details expanded to accept 499 characters #421
@@ -235,7 +235,7 @@ function JobListPopout({ details, onClose, situation }) {
|
|||||||
</label>
|
</label>
|
||||||
<textarea
|
<textarea
|
||||||
className={`p-2 w-full text-sm text-slate-900 dark:text-white bg-transparent outline-none border border-slate-300 rounded-md`}
|
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" }}
|
style={{ resize: "none" }}
|
||||||
value={textArea}
|
value={textArea}
|
||||||
onChange={handleInputChange}
|
onChange={handleInputChange}
|
||||||
|
|||||||
Reference in New Issue
Block a user