Fix overlay of custom time indicator and csv download button

pull/2131/head
deniz kusefoglu 2017-10-18 10:48:26 -07:00
parent 99c34ff00b
commit 2c58d3d275
1 changed files with 1 additions and 1 deletions

View File

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