fleet/frontend/components/Textarea/_styles.scss
Gabriel Hernandez 89a6b538b7
fix formatting on the script content and output UI (#14048)
relates to #13847

fixes the formatting of the script content and output fields. we now
preserve the spacing and line breaks.


![image](https://github.com/fleetdm/fleet/assets/1153709/70e28637-ea4b-4679-a38a-02d42f49830c)


- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [x] Manual QA for all new/changed functionality
2023-09-22 12:52:27 +01:00

8 lines
164 B
SCSS

.textarea {
padding: 10px;
border-radius: $border-radius;
border: 1px solid $ui-fleet-black-10;
background-color: $ui-off-white;
white-space: pre-wrap;
}