mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 22:18:39 +00:00
relates to #13847 fixes the formatting of the script content and output fields. we now preserve the spacing and line breaks.  - [x] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. - [x] Manual QA for all new/changed functionality
7 lines
164 B
SCSS
7 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;
|
|
}
|