From 71d172792737107f1624885b5653c5336c9a79be 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:40:40 +0200 Subject: [PATCH] add horizontal scrolling for application tables on mobile (#36792) --- static/css/combo-style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/combo-style.css b/static/css/combo-style.css index c01f065..6c86dc2 100644 --- a/static/css/combo-style.css +++ b/static/css/combo-style.css @@ -823,6 +823,14 @@ div.textcell.transition { div.textcell.prix-montpellier { background-image: none; } + + div.textcell.applications { + max-width: 90%; + overflow: auto; + } + div.textcell.applications table { + width: 1000px; + } } @media(max-width: 900px) {