templates/components/messenger/css/overrides.html.twig line 1

Open in your IDE?
  1. {% set options = {
  2. }|merge(options|default({})) %}
  3. <style>
  4.     @media (min-width: 576px) {
  5.         .modal-dialog {
  6.             max-width: 900px;
  7.             margin: 1.75rem auto;
  8.         }
  9.     }
  10. </style>