mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet UI: Policy description now multi-line (#11785)
This commit is contained in:
parent
dcc22f436b
commit
f3e44b8e1a
2 changed files with 2 additions and 0 deletions
1
changes/11704-policy-description-overflow
Normal file
1
changes/11704-policy-description-overflow
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Policy description has text area instead of one-line area
|
||||
|
|
@ -129,6 +129,7 @@ const SaveNewPolicyModal = ({
|
|||
value={description}
|
||||
inputClassName={`${baseClass}__policy-save-modal-description`}
|
||||
label="Description"
|
||||
type="textarea"
|
||||
placeholder="Add a description here (optional)"
|
||||
/>
|
||||
<InputField
|
||||
|
|
|
|||
Loading…
Reference in a new issue