Project

General

Profile

Actions

Bug #78812

closed

Backend layout broken when many (nested) columns

Added by Frank Drewes over 7 years ago. Updated over 7 years ago.

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

screenshot-before-78296.png (122 KB) screenshot-before-78296.png Screenshot before Ticket #78296 Frank Drewes, 2016-11-28 00:09
screenshot-after-78296.png (114 KB) screenshot-after-78296.png Screenshot after Ticket #78296 applied Frank Drewes, 2016-11-28 00:09

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #78296: Backend layout is Broken in ChromeClosedMarkus Sommer2016-10-14

Actions
Actions #1

Updated by Gianluigi Martino over 7 years ago

  • Status changed from New to Closed

is resolved with this patch: https://review.typo3.org/#/c/50525/

Actions

Also available in: Atom PDF