feat(messages): messagebox list css

This commit is contained in:
OldHawk
2017-12-15 18:22:25 +08:00
parent e12b75d266
commit 83e64c95a7

View File

@@ -74,7 +74,7 @@
.message-title {
font-weight: bold;
font-size: 14px;
word-break: break-all;
word-break: normal;
}
.message-title-admin {
font-size: 18px;
@@ -110,7 +110,7 @@
margin-top: 10px;
}
.message-content {
word-break: break-all;
word-break: normal;
}
}