mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
ReplyWidget: Fix spacing for save error messages
This was accidentally removed in c8564f6ccb
.
Change-Id: Ie08ad6f8e34abedec437e418dea492cce35d74ca
This commit is contained in:
parent
c609591d2c
commit
574d519f92
|
@ -41,6 +41,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.oo-ui-messageWidget {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
&-anonWarning {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in a new issue