From 357ba0ebf25b57023cbbaef4126636975f41f3f0 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:49:49 +0200 Subject: [PATCH] add max-width to white-background cells (#36790) --- static/css/combo-style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/combo-style.css b/static/css/combo-style.css index c0ff429..1b0e6cc 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -338,10 +338,11 @@ div.textcell.libre > div { margin: 0 auto; } +div.textcell.white-background > div, div.textcell.dark-background.no-image > div { width: auto; + max-width: 1070px; padding-right: 0; - max-width: none; } div.textcell.dark-background > div a {