From 555afc2ea7a1117ca053b9af193c15ce62174bdb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 4 Dec 2015 11:38:00 +0300 Subject: disable inner p width restriction for now --- css/cdm.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/cdm.css') diff --git a/css/cdm.css b/css/cdm.css index a9221b86e..c7d34c4b7 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; -- cgit v1.2.3-54-g00ecf