mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "Set tab-size to 4 in TempWikitextEditorWidget"
This commit is contained in:
commit
e9644ab918
|
@ -4,6 +4,8 @@
|
|||
color: inherit;
|
||||
line-height: 1.5em;
|
||||
width: 100%;
|
||||
-moz-tab-size: 4;
|
||||
tab-size: 4;
|
||||
|
||||
&:focus {
|
||||
outline: 0;
|
||||
|
|
Loading…
Reference in a new issue