1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-08 15:18:26 -05:00

Prevent accidential selection of language stats bar (#10537)

This commit is contained in:
silverwind 2020-02-28 17:59:29 +01:00 committed by GitHub
parent e661cd0321
commit e0ecddc11b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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