I’m encountering a spacing problem with the .admin-container that is making it a bit rough editing my stuff.
Couldn’t find this in another thread, but here is my issue with custom fonts in the .admin-container element:
Example problem
Expected behavior
Essentially, anytime I use a font with a different font width, I see misalignment in the editor panel. Modifying letter-spacing attribute doesn’t help. Only setting the default font allows for correct cursor placement. The two screenshots above show the same exact cursor placement.
Anyway to use custom fonts in the admin-container? I can switch it if no, but I really prefer Roboto over the system font.
Meh… I’d rather just force the font-family that works. When I refresh to ignore the custom style, most of my buttons, etc., are unclickable. I actually find that rather annoying, though it may be helpful for some specific custom CSS issues like *{display:none;} being added unintentionally or something silly like that.
This doesn’t specifically address the cursor placement issue in .admin-container, fwiw. Can I force the cursor to display in the correct location?