mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 00:13:36 +00:00
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:
parent
fd74b988a3
commit
6ab57649a7
|
@ -1,6 +1,10 @@
|
|||
.dt-ui-replyWidget {
|
||||
> .oo-ui-textInputWidget {
|
||||
max-width: none;
|
||||
|
||||
.oo-ui-inputWidget-input {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
}
|
||||
|
||||
&-actionsWrapper {
|
||||
|
|
Loading…
Reference in a new issue