Stop scrollbars from covering text in flux editor

pull/12641/head
Iris Scholten 2019-03-14 16:22:08 -07:00
parent f3448ebb02
commit d9b416ae06
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.
### Bug Fixes
1. [12641l](https://github.com/influxdata/influxdb/pull/12641): Stop scrollbars from covering text in flux editor
### UI Improvements

View File

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