Opened 3 days ago
Closed 3 days ago
#65449 closed defect (bug) (duplicate)
CSS Definition of #major-publishing-actions (Backend, Page-Editor)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 7.0 |
| Component: | Editor | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
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)
Note: See
TracTickets for help on using
tickets.
This is already tracked on #65286, and it has a hotfix.