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

View File

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