Project

General

Profile

Actions

Bug #72091

closed

admin_panel.css breaks frontend formatting

Added by Marc Hirdes over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Start date:
2015-12-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Please prefix this CSS in the admin_panel.css:

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
Actions

Also available in: Atom PDF