only force-wrap comments
This commit is contained in:
parent
4245cd268c
commit
cba1e76b1f
2 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
.comment {
|
.comment {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.comment .info {
|
.comment .info {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
|
@ -144,7 +144,6 @@ UL {
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 1%;
|
height: 1%;
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
}
|
||||||
#body TABLE {
|
#body TABLE {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|
Reference in a new issue