Actions
Bug #72091
closedadmin_panel.css breaks frontend formatting
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