Merge pull request #2131 from influxdata/bugfix/csv_alignment

Fix overlay of custom time indicator and csv download button
pull/2140/head
Deniz Kusefoglu 2017-10-18 16:02:49 -07:00 committed by GitHub
commit 847798a833
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ $dash-graph-options-arrow: 8px;
position: relative; position: relative;
height: $dash-graph-heading; height: $dash-graph-heading;
line-height: $dash-graph-heading; line-height: $dash-graph-heading;
width: calc(100% - 53px); width: calc(100% - 78px);
padding-left: 10px; padding-left: 10px;
transition: color 0.25s ease, background-color 0.25s ease, transition: color 0.25s ease, background-color 0.25s ease,
border-color 0.25s ease; border-color 0.25s ease;