mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 15:13:30 -06:00
14 lines
226 B
SCSS
14 lines
226 B
SCSS
.gf-code-editor {
|
|
min-height: 2.60rem;
|
|
min-width: 20rem;
|
|
flex-grow: 1;
|
|
margin-right: 0.25rem;
|
|
border: 1px solid #333333;
|
|
|
|
&.ace_editor {
|
|
min-height: 6rem;
|
|
font-family: monospace;
|
|
font-size: 1rem;
|
|
}
|
|
}
|