disable inner p width restriction for now
This commit is contained in:
parent
1bd552ee31
commit
555afc2ea7
|
@ -263,7 +263,7 @@ div.cdm .hlFeed a {
|
|||
}
|
||||
|
||||
div.cdmContentInner p {
|
||||
max-width : 650px;
|
||||
/*max-width : 650px;*/
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
|
|
|
@ -1018,7 +1018,7 @@ div.postContent h4 {
|
|||
}
|
||||
|
||||
div.postContent p {
|
||||
max-width : 650px;
|
||||
/*max-width : 650px;*/
|
||||
-webkit-hyphens: auto;
|
||||
-moz-hyphens: auto;
|
||||
hyphens: auto;
|
||||
|
|
Loading…
Reference in New Issue