From 93dbf8c2616f892a291cdfb868ca5628ef098afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 9 Oct 2019 09:29:39 +0200 Subject: [PATCH] don't limit width of images embedded in table cells (#36791) --- static/css/combo-style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/combo-style.css b/static/css/combo-style.css index 5dc10e9..c01f065 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -225,11 +225,14 @@ div.textcell.module-parametrage { } } - div.textcell img { max-width: 100%; } +div.textcell table img { + max-width: none; +} + div.textcell.schema-general { border-top: 1px solid #ddd; padding: 2em 0;