From 555afc2ea7a1117ca053b9af193c15ce62174bdb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 4 Dec 2015 11:38:00 +0300 Subject: [PATCH] disable inner p width restriction for now --- css/cdm.css | 2 +- css/tt-rss.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2