Skip to content
Snippets Groups Projects
Commit 3627b8da authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Replace usage of btn-block

Usage of button specific classes was mostly removed
in bootstrap 5. However, core still supports some of
those classes, e.g. "btn-block".

Using those classes however often leads to misbehavior
updating other components, which rely on newer layout
technologies.

To circumvent this, usage of the "btn-block" class is
migrated at all places, while the class definition is still
kept for backwards compatibility.

Resolves: #97891
Related: #97809
Related: #93119
Releases: main
Change-Id: I0308207e4e34d52512141658797046ac470514f1
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75098


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 7bef9961
Branches
Tags
No related merge requests found
Showing
with 33 additions and 30 deletions
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