Browse Source

Prevent accidential selection of language stats bar (#10537)

tags/v1.12.0-dev
silverwind GitHub 5 years ago
parent
commit
0fec6bf831
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      web_src/less/_repository.less

+ 1
- 0
web_src/less/_repository.less View File

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

.bar {
white-space: nowrap;


Loading…
Cancel
Save