diff --git a/src/bundle/Resources/public/scss/_modals.scss b/src/bundle/Resources/public/scss/_modals.scss index b201cf009c..51393a9819 100644 --- a/src/bundle/Resources/public/scss/_modals.scss +++ b/src/bundle/Resources/public/scss/_modals.scss @@ -41,13 +41,6 @@ } } - &--wide { - .modal-dialog { - max-width: calculateRem(800px); - width: calculateRem(800px); - } - } - &--has-subtitle { .modal-header { border-bottom: 0; diff --git a/src/bundle/Resources/views/themes/admin/account/notifications/modal.html.twig b/src/bundle/Resources/views/themes/admin/account/notifications/modal.html.twig index 4ce59dba21..c18772b5e1 100644 --- a/src/bundle/Resources/views/themes/admin/account/notifications/modal.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/notifications/modal.html.twig @@ -1,45 +1,25 @@ {% trans_default_domain 'notifications' %} -