diff --git a/src/bundle/Resources/public/scss/_notifications-modal.scss b/src/bundle/Resources/public/scss/_notifications-modal.scss index ae3ed6e3ad..c782b80580 100644 --- a/src/bundle/Resources/public/scss/_notifications-modal.scss +++ b/src/bundle/Resources/public/scss/_notifications-modal.scss @@ -40,9 +40,6 @@ } &__type { - display: flex; - align-items: center; - .type__icon { @include type-icon; } @@ -52,6 +49,11 @@ } } + &__type-content { + display: flex; + align-items: center; + } + &__item--read { color: $ibexa-color-dark-300; diff --git a/src/bundle/Resources/views/themes/admin/account/notifications/list_item.html.twig b/src/bundle/Resources/views/themes/admin/account/notifications/list_item.html.twig index 278cca2220..855d914901 100644 --- a/src/bundle/Resources/views/themes/admin/account/notifications/list_item.html.twig +++ b/src/bundle/Resources/views/themes/admin/account/notifications/list_item.html.twig @@ -51,8 +51,10 @@ {% block body_row_cells %} {% embed '@ibexadesign/ui/component/table/table_body_cell.html.twig' with { class: 'ibexa-notifications-modal__type' } %} {% block content %} - {{ icon }} - {{ notification_type }} +