fix word break bug

This commit is contained in:
yanxd 2014-01-24 15:35:36 +08:00
parent f549645dce
commit f96428ef20
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
.clear_both{
clear: both;
}
pre{
.memo-content pre{
white-space: normal;
word-wrap: break-word;
}