style: remove extra margin from paragraphs in notices (#45791)

This commit is contained in:
Frédéric Péters 2020-08-07 13:33:42 +02:00
parent 91a9a591c3
commit 3695c93757
1 changed files with 6 additions and 0 deletions

View File

@ -401,6 +401,12 @@ div.errornotice {
flex: 0 0 auto;
margin-left: .66em;
}
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
}
/* main content */