• Resolved lukefive

    (@lukefive)


    Since the upgrade to 4.9, one of my sites Admin area shows contents of text editor “tucked under” the line numbers on the left. For example, in Appearance > Editor section where I look at style.css, I see

    theme-primary {
    kground: #03c4eb;
    or: #FFFFFF;

    whereas if I copy those lines into an external editor I see

    .btn-theme-primary {
    background: #03c4eb;
    color: #FFFFFF;

    I would like to know if anyone else has solved the same problem before I dig into the CSS for the Admin area.

    • This topic was modified 7 years, 2 months ago by lukefive.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin area code display cropped on left side’ is closed to new replies.