Add nowrap to language bar items (#10755)

This commit is contained in:
Lauris BH 2020-03-20 04:10:02 +02:00 committed by GitHub
parent 7225453d5f
commit e5a008f7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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