Add job delivery details expanded to accept 499 characters #421
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user