fix(segment): do not allow text selection on desktop (#22158)

This commit is contained in:
Brandy Carney
2020-09-24 14:48:52 -04:00
committed by GitHub
parent baafe08927
commit 1526bdfb49

View File

@ -27,6 +27,8 @@
text-align: center;
contain: paint;
user-select: none;
}