mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
14 lines
259 B
SCSS
14 lines
259 B
SCSS
.script-details-modal {
|
|
&__script-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-medium;
|
|
}
|
|
|
|
&__script-content-textarea {
|
|
font-family: "SourceCodePro";
|
|
min-height: 150px;
|
|
max-height: 572px;
|
|
overflow: scroll;
|
|
}
|
|
}
|