mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-03 18:57:37 +08:00
Use overflow-wrap: anywhere
to replace word-break: break-all
(#34126)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user