mirror of https://github.com/hashicorp/consul
Sets code editor height to be auto, with a reasonable min height
parent
31b6e10391
commit
5909d5695e
|
@ -19,7 +19,10 @@ $syntax-dark-gray: #535f73;
|
||||||
|
|
||||||
$syntax-gutter-grey: #2a2f36;
|
$syntax-gutter-grey: #2a2f36;
|
||||||
$syntax-yellow: $yellow;
|
$syntax-yellow: $yellow;
|
||||||
|
.CodeMirror {
|
||||||
|
min-height: 300px;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
.CodeMirror-lint-tooltip {
|
.CodeMirror-lint-tooltip {
|
||||||
background-color: #f9f9fa;
|
background-color: #f9f9fa;
|
||||||
border: 1px solid $syntax-light-gray;
|
border: 1px solid $syntax-light-gray;
|
||||||
|
|
Loading…
Reference in New Issue