mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00:00
Add nowrap to language bar items (#10755)
This commit is contained in:
@ -2190,6 +2190,10 @@
|
||||
background: none;
|
||||
}
|
||||
|
||||
.segment.language-stats-details .item {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.segment.language-stats {
|
||||
padding: 0;
|
||||
height: 11px;
|
||||
|
Reference in New Issue
Block a user