fix word break bug
This commit is contained in:
parent
f549645dce
commit
f96428ef20
|
@ -14,7 +14,7 @@
|
||||||
.clear_both{
|
.clear_both{
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
pre{
|
.memo-content pre{
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue