Skip to content

Commit

Permalink
EZP-31992: Links are not visible on notifications (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski authored Oct 8, 2020
1 parent a04bcec commit 258ff54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/bundle/Resources/public/scss/_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
z-index: 50000;

&__message {
display: flex;
align-self: center;
}

Expand All @@ -22,6 +21,10 @@
align-items: start;
border: none;

a {
color: $ibexa-white;
}

.ez-badge {
margin-right: calculateRem(16px);
margin-top: calculateRem(4px);
Expand Down

0 comments on commit 258ff54

Please # to comment.