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) {