Actions
Bug #24727
closedAdminPanel becomes too wide when "TypoScript->display content" is checked
Start date:
2011-01-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When selecting the display content option, the admin panel becomes so wide, that the minimize button in the title of the admPanel is far off to the right of the screen and you need a lot of horizontal scrolling to reach it.
This is caused by a setting in admin_panel.css:
#TSFE_ADMIN_PANEL_FORM #typo3-adminPanel-tsLog .typo3-adminPanel-logRow-odd, #TSFE_ADMIN_PANEL_FORM #typo3-adminPanel-tsLog .typo3-adminPanel-logRow-even, #TSFE_ADMIN_PANEL_FORM #typo3-adminPanel-tsLog .typo3-adminpanel-logRow-highlight {
...
white-space: nowrap;
}
It can be fixed by removing the
white-space: nowrap
configuration in the class definition
(issue imported from #M17216)
Files
Actions