Skip to content

Commit 9cd3459

Browse files
authoredOct 26, 2020
feat(legend): allow legend text to be copyable (#877)
fixes #710
1 parent 7559e0d commit 9cd3459

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/components/legend/_legend_item.scss

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ $legendItemVerticalPadding: $echLegendRowGap / 2;
55
display: flex;
66
flex-wrap: nowrap;
77
justify-content: space-between;
8-
user-select: none;
98
align-items: center;
109
width: 100%;
1110

0 commit comments

Comments
 (0)
Please sign in to comment.