Skip to content
Snippets Groups Projects
Commit 83f2d8e7 authored by Benjamin Kott's avatar Benjamin Kott Committed by Andreas Fernandez
Browse files

[BUGFIX] Finetune table-fit border removals

To avoid double borders at the bottom for tables in
a .table-fit wrapper the default border-bottom, for
the last row is removed.

The current version forgot to consider that there can be
multiple tbody or tfoot. The selector is now adjusted to
consider this.

For bordered tables, a double border appeared at the top,
this one is now also correctly removed. Captions are now
supported in a .table-fit wrapper and placed correctly.

Resolves: #100533
Releases: main
Change-Id: I1ce699c175cb4248e4803b872355918e6f22cb24
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78543


Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
parent f7ec230a
No related merge requests found
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