- πΊπΈUnited States K L Dickenson Ann Arbor, Michigan
May I suggest a CSS update that solves the problem? Since the fieldsets are being displayed as `display: flex`, just add a gap.
paragrapghs_broswer/css/paragraphs_broswer.css
line 27:
.paragraphs-browser-wrapper .form-wrapper {
display: flex;
flex-wrap: wrap;
gap: 48px 0;
}
line 33 - πΊπΈUnited States K L Dickenson Ann Arbor, Michigan
My first diff patch with the CSS change of adding a gap to the `.paragraphs-broswer-wrapper .form-wrapper`.
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 3:34pm 31 October 2023 - πΊπΈUnited States DamienMcKenna NH, USA
FYI you should set the "assigned" field to "unassigned" after you're finished work on the issue, that way others know you're done; attribution is handled via separate fields. Also, please try to remember to set the status to "needs review" when a patch is uploaded or a merge request is created, so others know there's something to review. Thanks!
- Status changed to Needs work
about 1 year ago 5:22pm 31 October 2023 - πΊπΈUnited States DamienMcKenna NH, USA
The problem is that the fieldset contents are not positioned correctly within their parent container:
* Patch #5 just pushes the next row down but doesn't fix the positioning.
* Patch #8 moves the next row down but again doesn't fix the positioning. - Status changed to Needs review
about 1 year ago 5:49pm 31 October 2023 - πΊπΈUnited States DamienMcKenna NH, USA
This makes a few minor changes, but doesn't fix it completely.
* Some spacing is added between the rows, ala #8, but it's reduced to 30px instead of 48.
* The buttons are displayed inside the box.
* The spacing is tightened up a little bit.The fieldset legend still displays over the top border, which IMHO doesn't look as good.
- πͺπ¨Ecuador alexis_mc
I found another solution for this issue, please review it.
- Status changed to RTBC
6 months ago 5:25am 14 May 2024 - Status changed to Needs work
about 2 months ago 10:23am 30 September 2024 - π§πͺBelgium tim-diels Belgium π§πͺ
#13 works and displays the buttons inside the fieldset. It feels not completed yet. Can we discuss another solution for this maybe?