Merge "Set tab-size to 4 in TempWikitextEditorWidget"

This commit is contained in:
jenkins-bot 2019-11-20 17:27:03 +00:00 committed by Gerrit Code Review
commit e9644ab918

View file

@ -4,6 +4,8 @@
color: inherit;
line-height: 1.5em;
width: 100%;
-moz-tab-size: 4;
tab-size: 4;
&:focus {
outline: 0;