[S] Fix word breaking globally

This commit is contained in:
Hykilpikonna
2019-12-21 19:39:26 -05:00
parent 6b7a5af7ae
commit 7e23919c0d
+6
View File
@@ -144,3 +144,9 @@ div.el-card.course-card > div.el-card__body
{
font-family: Nunito Sans, Helvetica Neue, Microsoft YaHei, "微软雅黑", Arial, sans-serif;
}
// Fix word breaking
.el-dialog__body
{
word-break: unset !important;
}