1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

disable inner p width restriction for now

This commit is contained in:
Andrew Dolgov 2015-12-04 11:38:00 +03:00
parent 1bd552ee31
commit 555afc2ea7
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -1018,7 +1018,7 @@ div.postContent h4 {
}
div.postContent p {
max-width : 650px;
/*max-width : 650px;*/
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;