Fix dismiss icon not center on toolbar notifs
parent
c96be7bf89
commit
8448acf220
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue