From b49bb441f4fc722911794e80366d37df626a5613 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <noreply@madoka.volgo-balt.ru>
Date: Wed, 26 Apr 2017 15:23:57 +0300
Subject: [PATCH] fix maximum width of images in cdmIntermediate

---
 css/cdm.css | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/css/cdm.css b/css/cdm.css
index 91946bfcd..777a5bee0 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -65,6 +65,8 @@ div.cdmContentInner {
 	font-size : 16px;
 }
 
+div.cdmIntermediate img,
+div.cdmIntermediate video,
 div.cdmContentInner img,
 div.cdmContentInner video {
 	border-width : 0px;
-- 
GitLab