mirror of
https://github.com/fleetdm/fleet
synced 2026-04-28 08:57:30 +00:00
10 lines
100 B
SCSS
10 lines
100 B
SCSS
|
|
.show-query-modal {
|
||
|
|
.yaml-ace {
|
||
|
|
min-height: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.yaml-ace__label {
|
||
|
|
height: 0;
|
||
|
|
}
|
||
|
|
}
|