πŸ‡ΊπŸ‡ΈUnited States @K L Dickenson

Ann Arbor, Michigan
Account created on 5 August 2009, almost 15 years ago
  • Drupal Frontend Developer at TEN7Β 
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States K L Dickenson Ann Arbor, Michigan

Patch #18 works for me EXCEPT for line 25 of `/gin/styles/components/paragraphs.scss`. When updated to `weight: unset`, all is good.

πŸ‡ΊπŸ‡ΈUnited States K L Dickenson Ann Arbor, Michigan

When I upgraded to D10.0.11 in my local environment (paragraphs_viewmode v1.1.0), I needed to apply the patch from Issue#3345123 πŸ› entityViewModeAlter throws an exception in php 8.2 RTBC . I could not use the patched at the same time as they BOTH alter ParagraphsViewmodeBehavior.php. (Cross-posted on Issue#3345123.)

πŸ‡ΊπŸ‡ΈUnited States K L Dickenson Ann Arbor, Michigan

Patch #2 solved the issue in PHP 8.1.17 in a D10.0.11 local environment
BUT I was not able to apply the patch from Issue#3345129 πŸ› Override not working when view mode to override is not selected in the available view mode list Needs review at the same time as they BOTH alter ParagraphsViewmodeBehavior.php.

πŸ‡ΊπŸ‡ΈUnited States K L Dickenson Ann Arbor, Michigan

Hello all!
A storm is about to come through, so my internet is unstable. I hope to catch up with you all next time.

πŸ‡ΊπŸ‡Έ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`.

πŸ‡ΊπŸ‡Έ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

Production build 0.69.0 2024