1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-05-18 00:49:09 -04:00
This commit is contained in:
wxiaoguang 2022-11-04 23:04:38 +08:00 committed by Jason Song
parent a20b8aa909
commit 37224e2441

View File

@ -443,10 +443,12 @@ body > div.full.height {
log-time {
color: #777;
margin-left: 10px;
white-space: nowrap;
}
log-msg {
flex: 1;
white-space: pre;
word-break: break-all;
white-space: break-spaces;
margin-left: 10px;
}
}