Skip to content

Commit

Permalink
fix(segment): do not allow text selection on desktop (#22158)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Sep 24, 2020
1 parent baafe08 commit 1526bdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/components/segment/segment.scss
Expand Up @@ -27,6 +27,8 @@
text-align: center;

contain: paint;

user-select: none;
}


Expand Down

0 comments on commit 1526bdf

Please sign in to comment.