Actions
Bug #78812
closedBackend layout broken when many (nested) columns
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-11-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since Bugfix #78296 the content elements in grids with many columns are nearly uneditable. Now the grid-table tries to fit the frame and the content is condensed (see screenshot before and after).
Reason is the change in /typo3/sysext/t3skin/Resources/Public/Css/backend.css:
.t3-grid-table { table-layout: fixed; }
Without "table-layout: fixed;" everything is fine.
Files
Actions