mirror of
https://github.com/fleetdm/fleet
synced 2026-05-02 10:57:25 +00:00
13 lines
234 B
SCSS
13 lines
234 B
SCSS
.script-details-modal {
|
|
&__script-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-medium;
|
|
}
|
|
|
|
&__script-content-textarea {
|
|
font-family: "SourceCodePro";
|
|
max-height: 572px;
|
|
overflow: auto;
|
|
}
|
|
}
|