Merge "ReplyWidget: Set line-height to match normal wikitext editor"

This commit is contained in:
jenkins-bot 2020-03-05 12:05:01 +00:00 committed by Gerrit Code Review
commit 38bb0b9d2f

View file

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