Actions
Bug #76381
closedCustom extension icon has weird display in extension list in Chrome
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2016-05-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Hi,
I have a weird display in extension list for a custom extension icon (see screenshot below). It doesn't break on Firefox, it goes weird only on Chrome. I didn't test it on IE.
To fix it we have to use max-width instead of max-height in
/typo3/sysext/backend/Resources/Public/Css/backend.csson line 13299 :
.typo3-extension-list .ext-icon { max-height: 16px; width: auto; }
I hope I have been clear enough.
Have a good evening.
Jérémie
Files
Actions