ReplyWidget: Set line-height to match normal wikitext editor

Now it also matches the font in the reply editor used when
$wgDiscussionToolsUseVisualEditor is true.

Depends-On: Ia866af0163b538596bfbb8c96a330186b667f85f
Bug: T246846
Change-Id: I21bdbe798949c0027eea16904ec6bc125c4746d8
This commit is contained in:
Bartosz Dziewoński 2020-03-04 15:40:55 +01:00
parent fd74b988a3
commit 6ab57649a7

View file

@ -1,6 +1,10 @@
.dt-ui-replyWidget {
> .oo-ui-textInputWidget {
max-width: none;
.oo-ui-inputWidget-input {
line-height: 1.5em;
}
}
&-actionsWrapper {