Browse Source

Add nowrap to language bar items (#10755)

for-closed-social
Lauris BH 4 years ago
committed by GitHub
parent
commit
e5a008f7b2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_src/less/_repository.less

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

@ -2190,6 +2190,10 @@
background: none;
}
.segment.language-stats-details .item {
white-space: nowrap;
}
.segment.language-stats {
padding: 0;
height: 11px;

Loading…
Cancel
Save