mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 22:41:29 +00:00
disable inner p width restriction for now
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user