Skip to content
Snippets Groups Projects
Commit 49acaa4f authored by Alexandre Kühn's avatar Alexandre Kühn
Browse files

[FIX] mail: prevent safari from shrinking notification list items


Task-2388565

closes odoo/odoo#61951

Signed-off-by: default avatarAlexandre Kühn (aku) <aku@odoo.com>
parent addd392a
Branches
Tags
No related merge requests found
......@@ -4,6 +4,7 @@
@mixin o-mail-notification-list-item-layout {
display: flex;
flex: 0 0 auto; // Without this, Safari shrinks parent regardless of child content
align-items: center;
padding: map-get($spacers, 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment