mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
89a6b538b7
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
8 lines
164 B
SCSS
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;
|
|
}
|