mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Center text in notifications (#4461)
Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
parent
2f14b7a70a
commit
37b8fe45f5
@ -50,6 +50,7 @@
|
||||
white-space: pre-line;
|
||||
padding-left: $padding;
|
||||
padding-right: $padding * 2;
|
||||
align-self: center;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
@ -63,9 +64,5 @@
|
||||
box-shadow: 0 0 20px var(--boxShadow);
|
||||
}
|
||||
}
|
||||
|
||||
.close {
|
||||
margin-top: -2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user