mirror of
https://github.com/go-gitea/gitea
synced 2025-07-04 01:27:20 +00:00
Add nowrap to language bar items (#10755)
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user