Needs work
Project:
Paragraphs
Version:
8.x-1.18
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2022 at 10:18 UTC
Updated:
8 May 2026 at 07:50 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #2
ginovski commentedAdded a CSS fix.
Comment #3
ginovski commentedComment #4
berdirJust removing that is likely going to cause problems with longer paragraph type labels. Try a long label on claro for example, combined with collapsed paragraphs and showing a summary.
Comment #5
gaurav-mathur commentedComment #6
gaurav-mathur commentedI have checked the issue without applying patch.I am not able to get the issue.
I am using this drupal 10.0.x-dev version.
Refer to screenshots.
Comment #7
sgostanyan commentedGot the same issue with Claro (10.3.9). Patch #2 fixed the issue.
Comment #8
karengrey commentedPatch #2 worked for me too, using Claro (10.4.5)
Comment #9
berdirContributions need to be merge requests, even for a CSS change.
This only applies to the legacy widget, which I have no plans to change. Improving the stable widget would be more useful.
Comment #14
p-neyens commentedProvided a different approach instead of just removing the hidden overflow. Since we have plenty of space for the title, I think we can make it expand using flex. So i created a new branch and provided a PR.
So i created a new branch with the latest code of the 8.x branch (this to have the changes from https://www.drupal.org/project/paragraphs/issues/3562226)
I also created a patch related to version 8.x-1.17 which we use in or project. The idea is to upgrade within short period.