Default Link Manager - layout issue

Hi,

I know it’s best to post at the CP GitHub page, but I don’t have an account there :wink:

I have activated the default Link Manager again and notice a minor layout issue with several headings, as you can see here.

I have compared the CSS with WP (sorry) and I notice this is missing:

#poststuff .stuffbox>h3,#poststuff h2,#poststuff h3.hndle {
    font-size: 14px;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4
}

Guido

Thanks! Comparing with WP is fine! After all, we still backport updates from WP that we consider useful.

I’ll look at writing up a PR to implement this.

I have now submitted a PR at Align headings in Link Manager correctly by KTS915 · Pull Request #1690 · ClassicPress/ClassicPress · GitHub

Thank you, Tim!

I don’t understand why it’s hidden by default for years, but still not removed. Guess it’s still being used a lot.

Guido

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.

Just a heads-up that the above PR has now been merged into core and so is now part of the nightly release. It will also be included in CP v.2.4.0, scheduled for release at the end of February.

1 Like