Fix help component border

pull/2315/head
Rigel Kent 2020-04-03 00:18:15 +02:00
parent 6f02515e2a
commit 22a59f33de
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
font-size: 13px;
background-color: var(--mainBackgroundColor);
color: var(--mainForegroundColor);
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
border-radius: 3px;
p {
margin-bottom: 0;