Fix dismiss icon not center on toolbar notifs

This commit is contained in:
ClemDee 2019-06-28 16:11:54 +02:00
parent c96be7bf89
commit 8448acf220

View File

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