add word break style

This commit is contained in:
pypy
2020-07-12 19:31:20 +09:00
parent 4fe74d2dd0
commit d4608faeba

View File

@@ -89,6 +89,10 @@
margin-left: 5px;
}
.el-message-box__message p {
word-break: break-all;
}
::-webkit-scrollbar {
width: 8px;
height: 8px;