Skip to content
Snippets Groups Projects
Commit 0e965504 authored by Nikita Hovratov's avatar Nikita Hovratov Committed by Oliver Bartsch
Browse files

[BUGFIX] Fix displaying issue of buttons inside form fields

By setting the display property of buttons inside of input-groups to
"flex", the height of the element inside the button can be easier
controlled.

Resolves: #95451
Releases: master, 11.5
Change-Id: Ia41d6bf4421d8ad078509893c8b0177708767e5c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71459


Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarSimon Schaufelberger <simonschaufi+typo3@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 448ad365
No related merge requests found
......@@ -601,3 +601,8 @@ $form-toggle-checked-bg-image: url("data:image/svg+xml, <svg xmlns='http://www.w
// Consistent space between actions and listing
margin: 0.5rem 0;
}
.input-group > .btn {
display: flex;
align-items: center;
}
source diff could not be displayed: it is too large. Options to address this: view the blob.
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