diff --git a/src/wp-admin/css/wp-admin.css b/src/wp-admin/css/wp-admin.css index 3269eca5ab..7dc53964e6 100644 --- a/src/wp-admin/css/wp-admin.css +++ b/src/wp-admin/css/wp-admin.css @@ -6626,6 +6626,10 @@ span.imgedit-scale-warn { z-index:4; } +.rtl .theme-browser .theme.add-new-theme span:after { + text-indent: 4px; +} + .theme-browser .theme.add-new-theme:hover .theme-screenshot { background: none; }