Actions
Task #84693
closedfix btn-group implementation
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-04-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The current btn-group implementation using spans results in :first-child and :last-child not working correctly.
There is actually a workaround implemented in bootstrap itself which is also necessary for using btn-group-justified.
Just add btn-group inside the btn-group.
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/105
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56630
Updated by Anonymous over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2a7b199ad967ea8ccda2dedbbd493893e0408139.
Actions