修复部分帖子内容显示超出边框的bug

This commit is contained in:
chenmin 2014-08-18 17:44:37 +08:00
parent e181f0ed4d
commit bfe0299d40
1 changed files with 3 additions and 2 deletions

View File

@ -30,13 +30,14 @@
border-bottom: 1px dashed rgb(204, 204, 204);
}
.memo-content {
width: 82%;
padding: 1%;
margin: 1%;
margin-bottom: 40px;
background-color: #F6F6F6;
white-space: normal;
/*word-break: break-all; */
word-wrap: break-word;
word-break: break-all;
/*word-wrap: break-word;*/
}
.memo-timestamp {
position: absolute;