Skip to content

Commit

Permalink
Update _histogram.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Mar 20, 2020
1 parent 4396ce6 commit afb9011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/renderer/_histogram.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $lu_drag_hint_width: 7em !default;
content: attr(data-value);
position: absolute;
bottom: -15px;
width: $lu-drag-hint-width;
width: $lu_drag_hint_width;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
Expand All @@ -112,7 +112,7 @@ $lu_drag_hint_width: 7em !default;
.#{$lu_css_prefix}-histogram-min.#{$lu_css_prefix}-swap-hint,
.#{$lu_css_prefix}-histogram-max:not(.#{$lu_css_prefix}-swap-hint) {
&::before {
left: -$lu-drag-hint-width;
left: -$lu_drag_hint_width;
text-align: right;
}
}
Expand Down

0 comments on commit afb9011

Please sign in to comment.