ReplyWidget: Fix spacing for save error messages

This was accidentally removed in c8564f6ccb.

Change-Id: Ie08ad6f8e34abedec437e418dea492cce35d74ca
This commit is contained in:
Bartosz Dziewoński 2020-03-09 20:35:15 +01:00
parent c609591d2c
commit 574d519f92

View file

@ -41,6 +41,10 @@
}
}
.oo-ui-messageWidget {
margin-bottom: 0.5em;
}
&-anonWarning {
display: flex;
align-items: center;