Add job delivery details textarea tag size increased
This commit was merged in pull request #421.
This commit is contained in:
@@ -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