From: Andrew Dolgov Date: Fri, 4 Dec 2015 08:38:00 +0000 (+0300) Subject: disable inner p width restriction for now X-Git-Tag: 16.3~77 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=555afc2ea7a1117ca053b9af193c15ce62174bdb disable inner p width restriction for now --- diff --git a/css/cdm.css b/css/cdm.css index a9221b86..c7d34c4b 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -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; diff --git a/css/tt-rss.css b/css/tt-rss.css index dd3ce818..1f89af72 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -1018,7 +1018,7 @@ div.postContent h4 { } div.postContent p { - max-width : 650px; + /*max-width : 650px;*/ -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;