mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 18:24:39 +08: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