Skip to content
Snippets Groups Projects
Commit 38607711 authored by Jochen Roth's avatar Jochen Roth Committed by Oliver Bartsch
Browse files

[BUGFIX] Prevent stretching of backend logo

With #94778 the backend logo has been scaled
down to fit into the topbar. This worked but
also led to issues with smaller, such as the
default TYPO3 logo, as those were now stretched.

This is now fixed by removing the "height: auto"
property.

Resolves: #94914
Releases: master
Change-Id: Id3321bf739d0b064b7113ff6a152a088860f44f6
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70672


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 27ddc6a0
Branches
Tags
No related merge requests found
......@@ -196,7 +196,6 @@ $toolbar-item-padding-horizontal: 15px;
img {
max-width: 180px;
height: auto;
max-height: 35px;
width: auto;
object-fit: contain;
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment