1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00

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

View File

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