mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: Set ace editor min height to avoid problem with scrollbar overlapping ace content #15122
This commit is contained in:
parent
bc21c9520f
commit
648bec1807
@ -7,7 +7,7 @@
|
|||||||
&.ace_editor {
|
&.ace_editor {
|
||||||
@include font-family-monospace();
|
@include font-family-monospace();
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
min-height: 2.6rem;
|
min-height: 3.6rem; // Include space for horizontal scrollbar
|
||||||
|
|
||||||
@include border-radius($input-border-radius-sm);
|
@include border-radius($input-border-radius-sm);
|
||||||
border: $input-btn-border-width solid $input-border-color;
|
border: $input-btn-border-width solid $input-border-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user