mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 07:16:08 +02:00
templates: fix line wrap for very long commit message
This commit is contained in:
@@ -2066,6 +2066,9 @@ footer .ui.language .menu {
|
||||
.repository .filter.dropdown .menu {
|
||||
margin-top: 1px!important;
|
||||
}
|
||||
.repository.diff .commit-message pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.repository.commits .header .ui.right .search input {
|
||||
font-weight: normal;
|
||||
padding: 5px 10px;
|
||||
|
||||
Reference in New Issue
Block a user