Skip to content
Snippets Groups Projects
Commit 3c5c7e93 authored by Andreas Fernandez's avatar Andreas Fernandez Committed by Oliver Bartsch
Browse files

[BUGFIX] Remove unneeded padding from search's form-control

The input field used within the backend search form at the top had an
initial padding of 0px which mispositions the search field until all
JavaScript is loaded because the field will be wrapped in a div
container and thus the responsible CSS rule becomes unused.

To solve this wrong positioning, the affected CSS definition is removed.

Resolves: #97810
Releases: main, 11.5
Change-Id: I01477cd098adcb95fe18467c524a55f8df70da5a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74980


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 abbcc2e6
Branches
Tags
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