Skip to content

Commit

Permalink
fix: πŸ› Fixed playlist item not being clickable everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Jan 21, 2019
1 parent 227c45a commit c51a154
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/EditorPlaylistItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
pointer-events: none;
&:not(:first-child) {
margin-left: 20px;
Expand Down

0 comments on commit c51a154

Please sign in to comment.