Make WordPress Core

Opened 3 days ago

Closed 3 days ago

#65449 closed defect (bug) (duplicate)

CSS Definition of #major-publishing-actions (Backend, Page-Editor)

Reported by: lamarq's profile lamarq Owned by:
Milestone: Priority: normal
Severity: normal Version: 7.0
Component: Editor Keywords:
Focuses: Cc:

Description (last modified by sabernhardt)

Sice Version 7 there is a error in this code:

#major-publishing-actions {
    padding: 10px;
    clear: both;
    border-top: 1px solid #dcdcde;
    background: #f6f7f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

The Display code should not to be flex. It worked fine with display: block;

Change History (1)

#1 @sabernhardt
3 days ago

  • Description modified (diff)
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

This is already tracked on #65286, and it has a hotfix.

Note: See TracTickets for help on using tickets.