Opened 4 weeks ago
Closed 4 weeks ago
#65449 closed defect (bug) (duplicate)
CSS Definition of #major-publishing-actions (Backend, Page-Editor)
| Reported by: | lamarq | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Editor | Version: | 7.0 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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;
Attachments (1)
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This is already tracked on #65286, and it has a hotfix.