修改pre样式

This commit is contained in:
whyour
2022-11-05 14:57:21 +08:00
parent 7b2c54f6a6
commit 049c73880b
3 changed files with 13 additions and 15 deletions
+5
View File
@@ -342,3 +342,8 @@ select:-webkit-autofill:focus {
width: auto !important;
}
}
pre {
word-break: break-all !important;
white-space: break-spaces !important;
}