1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-26 20:28:40 +00: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;
}
}