Fix dismiss icon not center on toolbar notifs

pull/1/head
ClemDee 6 years ago
parent c96be7bf89
commit 8448acf220

@ -14,6 +14,7 @@
display: flex; display: flex;
.cp-notification-content { .cp-notification-content {
flex: 1; flex: 1;
align-items: stretch;
min-width: 0; min-width: 0;
p { p {
word-break: break-word; word-break: break-word;
@ -28,7 +29,6 @@
.cp-notification-dismiss { .cp-notification-dismiss {
color: black; color: black;
width: 25px; width: 25px;
height: 100%;
display: none; display: none;
align-items: center; align-items: center;
justify-content: center; justify-content: center;

Loading…
Cancel
Save