Skip to content

Commit

Permalink
[BUGFIX] Fix false icons widths in FormEngine IconSelect
Browse files Browse the repository at this point in the history
The width of Icons in TCA selects adjusted in https://review.typo3.org/c/55568/
has been corrected to have Icons use their proper width (128px) again.

Resolves: #83840
Releases: master, 8.7
Change-Id: Ia1e6dee77012b772c3fd5cae7199b075c66389d7
Reviewed-on: https://review.typo3.org/55645
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Riccardo De Contardi <erredeco@gmail.com>
Tested-by: Riccardo De Contardi <erredeco@gmail.com>
Reviewed-by: Benjamin Kott <benjamin.kott@outlook.com>
Tested-by: Benjamin Kott <benjamin.kott@outlook.com>
  • Loading branch information
Mathias Schreiber authored and benjaminkott committed Feb 10, 2018
1 parent 6625430 commit 8bea912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Build/Resources/Public/Sass/typo3/_element_tceforms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -284,13 +284,13 @@ div.t3-form-field-container:first-child .t3-form-field-label-flex {
.item {
float: left;
padding: 6px;
max-width: 128px;
max-width: 140px;
border-left: 1px solid transparent;
border-right: 1px solid transparent;

img {
max-width: 116px;
max-height: 116px;
max-width: 128px;
max-height: 128px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/backend/Resources/Public/Css/backend.css

Large diffs are not rendered by default.

0 comments on commit 8bea912

Please sign in to comment.