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

competition
chenmin 11 years ago
parent e181f0ed4d
commit bfe0299d40

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

Loading…
Cancel
Save