Skip to content

Commit

Permalink
[BUGFIX] Fixing login logo height in IE
Browse files Browse the repository at this point in the history
Resolves: #78592
Releases: master, 8.7
Change-Id: Ia7b3a25f6af61fce5376a68c1188c9564d603a23
Reviewed-on: https://review.typo3.org/57471
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Josef Glatz <josef.glatz@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
Roberto Presedo authored and bmack committed Jul 5, 2018
1 parent e14effc commit 73033ec
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -201,7 +201,7 @@ public function main()
$logo = 'EXT:backend/Resources/Public/Images/typo3_orange.svg';
}
$this->getDocumentTemplate()->inDocStylesArray[] = '
.typo3-login-logo .typo3-login-image { max-width: 150px; }
.typo3-login-logo .typo3-login-image { max-width: 150px; height:100%;}
';
}
$logo = $this->getUriForFileName($logo);
Expand Down

0 comments on commit 73033ec

Please sign in to comment.