Bug #79907
closedInstall Tool Overview Scrollable
100%
Description
The Overview Page of the Install Tool is horizontally scrollable. This would be fine, if my screen would be actually to small, but it isn't. On top of that, the menu isn't moving alongside the content, but stays at place and the content floats on top of the menu. I provided a screenshot, it is a fresh composer Installation of TYPO3 8.6 on an nginx with PHP7.1 on an Ubuntu 16.04. My Browser is a Firefox 51.0.1 (64-bit)
Files
Updated by Riccardo De Contardi almost 8 years ago
I think that it happens when you open phpinfo because the content can become too large - see attached screenshot
My solution: add to the tables the following css:
table-layout: fixed; overflow: hidden; word-wrap: break-word; width: 100%;
Updated by Henrik Elsner over 7 years ago
- Status changed from New to In Progress
- Assignee set to Henrik Elsner
i can confirm: the problem only occurs in "system environment" when phpinfo is shown
Riccardos styling advices will be a good first attempt - let's see if it's already the solution.
I take care of that.
Updated by Gerrit Code Review over 7 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52512
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52512
Updated by Gerrit Code Review over 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52550
Updated by Henrik Elsner over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a8a1567c8b6fc3b8184094df1bd83d3a8d319aac.