1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00: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; background: none;
} }
.segment.language-stats-details .item {
white-space: nowrap;
}
.segment.language-stats { .segment.language-stats {
padding: 0; padding: 0;
height: 11px; height: 11px;