- 🇮🇳India nayana_mvr
Verified the patch #7 and tested it on Drupal version 10.1.x and Paragraphs module 8.x-1.x. The patch works fine and I have added the before and after screenshots for reference.
Before patch
After patch
- last update
10 months ago 182 pass - 🇺🇦Ukraine nginex
In Drupal core 10.2 there selector is different, there is no more .form-actions, it's now .field-actions
- 🇮🇳India emilymathew
Verified the patch #9 and tested it on Drupal version 10.2.2 and Paragraphs module 8.x-1.17. The patch works fine and I have added the before and after screenshots for reference.
Steps do to reproduce the issue.
- Installed Paragraphs module 8.x-1.17 in Drupal version 10.2.2.
- Changed the admin theme to Claro.
- Created 8 new paragraph types.
- Added a Paragraphs field to Basic page content type and selected all the 8 paragraph types I have created.
- Edit the Widget settings of Paragraphs field in Manage form display of Basic page content type and set the Add mode to "Buttons" from "Dropdown Button".
- Tried to add a new content in basic page, and it shows the paragraphs field without vertical spacing between items.
- Applied the patch in #9 and again tested, the spacing issue is fixed.
- 🇮🇳India djsagar
Verified the patch #9, it's resolved above issue.
Follow the same steps which followed by @emilymathew,
Sharing screenshots for reference:-
RTBC ++
Patch files are no longer recommended so create MR for the above.
- 🇫🇷France vanessa.fayard
Verified the #9 and tested it on a Drupal 10.2.2 and paragraphs module 8.x-1.17.
Followed the steps give by @emilymathewBefore :
After :
The patch works fine for me.
- 🇫🇷France vanessa.fayard
While checking the patch, I noticed a problem of alignment in the case of adding only 1 type of paragraph.
css/paragraphs.claro.scss - 8
// Add top margin to buttons to separate buttons, // because Claro theme sets that to 0. > .button { margin-top: 1rem; }
The margin-top should be set to . field-actions to handle all cases.
align-items: center is managed in issue 3417771 - 🇮🇳India djsagar
@vanessa.fayard i create MR in https://www.drupal.org/project/paragraphs/issues/3417771 📌 Some styling no longer applies due to form-actions -> field-actions html change Fixed for this issue.
Kindly review.
- Status changed to Postponed: needs info
4 months ago 10:26pm 6 August 2024 - 🇨🇭Switzerland berdir Switzerland
Based on my testing, it looks like other issues like 📌 Some styling no longer applies due to form-actions -> field-actions html change Fixed have resolved this at least partially as well, can't really see this on paragraphs 8.x-1.x-dev atm.