Actions
Bug #80644
closedstyle glitch in wizard window of CE 'insert records'
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2017-04-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you create a new CE 'Insert Records' and you click on 'page content' for adding records, there you can see a design glitch in the filter section (see screenshot)
Files
Updated by Riccardo De Contardi over 7 years ago
as I wrote on #80020, a solution could be a different grid:
<div class="row"> <div class="form-group col-xs-12 "> ... </div> <div class="form-group col-xs-12 col-sm-6"> ... </div> <div class="form-group col-xs-12 col-sm-6"> ... </div> <div class="form-group col-xs-12"> ... </div> </div>
Updated by Gerrit Code Review over 7 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/52370
Updated by Gerrit Code Review over 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52370
Updated by Gianluigi Martino over 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a519f63a2fdb496e030876e6ef378302a1d6a80e.
Actions