Prevent accidential selection of language stats bar (#10537)

mj
silverwind 4 years ago committed by GitHub
parent e661cd0321
commit e0ecddc11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2193,6 +2193,7 @@
white-space: nowrap;
width: 100%;
border-radius: 0;
user-select: none;
.bar {
white-space: nowrap;

Loading…
Cancel
Save