How do I modify the font-size-base used on editor-styles-wrapper on the back end?
Without knowing your exact setup, this is hard to say, but it looks like some code is adding styling that overrules some parts of your theme’s styles. You could try adding !important to that font size and see what happens. Otherwise, you could copy that line that works in the inspector into your theme’s functions.php … Read more