Merge "ReplyWidget: Ensure scrollbar doesn't appear in source mode (for real)"

This commit is contained in:
jenkins-bot 2021-01-08 23:17:01 +00:00 committed by Gerrit Code Review
commit 446d4dc3ec

View file

@ -5,10 +5,10 @@
> .oo-ui-textInputWidget {
max-width: none;
overflow-y: hidden;
.oo-ui-inputWidget-input {
line-height: 1.5em;
overflow-y: hidden;
}
}