Use overflow-wrap: anywhere to replace word-break: break-all (#34126)

This commit is contained in:
wxiaoguang
2025-04-06 17:13:02 +08:00
committed by GitHub
parent e1c2d05bde
commit a62ed19da6
5 changed files with 3 additions and 7 deletions

View File

@ -955,7 +955,6 @@ export default defineComponent({
.job-step-logs .job-log-line .log-msg {
flex: 1;
word-break: break-all;
white-space: break-spaces;
margin-left: 10px;
overflow-wrap: anywhere;