mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:05:55 +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 {
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user