Merge pull request #12641 from influxdata/fix/scrollbars-hiding-editor

Stop scrollbars from covering text in flux editor
pull/12652/head
Iris Scholten 2019-03-15 10:07:14 -07:00 committed by GitHub
commit 46223851dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
1. [12523](https://github.com/influxdata/influxdb/pull/12523): Add ability to save a query as a variable from the Data Explorer. 1. [12523](https://github.com/influxdata/influxdb/pull/12523): Add ability to save a query as a variable from the Data Explorer.
### Bug Fixes ### Bug Fixes
1. [12641l](https://github.com/influxdata/influxdb/pull/12641): Stop scrollbars from covering text in flux editor
### UI Improvements ### UI Improvements

View File

@ -7,6 +7,7 @@
.cm-s-time-machine { .cm-s-time-machine {
background-color: $g2-kevlar; background-color: $g2-kevlar;
color: $g11-sidewalk; color: $g11-sidewalk;
padding-right: 16px;
.cm-variable { .cm-variable {
color: $c-pool; color: $c-pool;