style: remove top/bottom margin on error notice edges (#22246)

This commit is contained in:
Frédéric Péters 2018-03-03 18:32:16 +01:00
parent a73461c436
commit bf7262583b
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ form div.widget {
div.errornotice p {
margin: 1ex 0;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
div.error {