Skip to content

Commit

Permalink
feat(legend): allow legend text to be copyable (#877)
Browse files Browse the repository at this point in the history
fixes #710
  • Loading branch information
rshen91 committed Oct 26, 2020
1 parent 7559e0d commit 9cd3459
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/legend/_legend_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $legendItemVerticalPadding: $echLegendRowGap / 2;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
user-select: none;
align-items: center;
width: 100%;

Expand Down

0 comments on commit 9cd3459

Please sign in to comment.