Administration: Improve tab character width in Plugins and Themes editor.

Props afercia.
Fixes #38684.

git-svn-id: https://develop.svn.wordpress.org/trunk@39897 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
SergeyBiryukov 2017-01-13 04:40:02 +00:00
parent 18eab18694
commit fa4968e343

View File

@ -3178,7 +3178,9 @@ img {
font-size: 13px;
width: 97%;
background: #f9f9f9;
outline: none;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/* rtl:ignore */