From d9b416ae06767150b8922fc897a1c0af1561709c Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Thu, 14 Mar 2019 16:22:08 -0700 Subject: [PATCH] Stop scrollbars from covering text in flux editor --- CHANGELOG.md | 1 + ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12cf9829c7..409289701f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss b/ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss index 4acc772153..920a3f8bba 100644 --- a/ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss +++ b/ui/src/shared/components/code_mirror/_ThemeTimeMachine.scss @@ -7,6 +7,7 @@ .cm-s-time-machine { background-color: $g2-kevlar; color: $g11-sidewalk; + padding-right: 16px; .cm-variable { color: $c-pool;