mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
#2264 use monospaced font for commit IDs in news feeds
This commit is contained in:
@@ -2993,6 +2993,9 @@ footer .container .links > *:first-child {
|
||||
width: 80%;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
.feeds .news .commit-id {
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
.feeds .list .header {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 5px;
|
||||
|
Reference in New Issue
Block a user