Skip to content

Commit

Permalink
Merge pull request mautic#9168 from kuzmany/fix-notification-display-…
Browse files Browse the repository at this point in the history
…styling

Fix notification style
  • Loading branch information
mabumusa1 authored Sep 21, 2020
2 parents 777d071 + 8562554 commit f44aba2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,9 @@ a.media {
.media.new {
background-color: #f6f7f8;
}
.notification .media-body {
display: table-cell;
}
.media-body {
display: block;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ a.media {
background-color: lighten(@gray-lighter, 4%);
}
}
.notification .media-body {
display: table-cell;
}
.media-body {
display: block;
}
Expand Down

0 comments on commit f44aba2

Please sign in to comment.