1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 20:21:28 +00: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 { div.cdmContentInner p {
max-width : 650px; /*max-width : 650px;*/
-webkit-hyphens: auto; -webkit-hyphens: auto;
-moz-hyphens: auto; -moz-hyphens: auto;
hyphens: auto; hyphens: auto;

View File

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