Merge pull request #2131 from influxdata/bugfix/csv_alignment
Fix overlay of custom time indicator and csv download buttonpull/2140/head
commit
847798a833
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue