Fix dismiss icon not center on toolbar notifs

pull/1/head
ClemDee 2019-06-28 16:11:54 +02:00
parent c96be7bf89
commit 8448acf220
1 changed files with 1 additions and 1 deletions

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;