Created on 30 April 2025, 10 days ago

Problem/Motivation

Tables inside paragraphs are resized incorrectly.

The issue has been introduced by https://www.drupal.org/project/gin/issues/3348101 ๐Ÿ› Paragraphs stick out from the edge Needs review
It uses a CSS selector which catches all the tables, not only the wrapper ones intended to be fixed by #3348101
.paragraphs-tabs-wrapper .field-multiple-table .draggable

Steps to reproduce

  1. Create a Paragraph
  2. Add an image field allowing multiple values
  3. Set the form display for the field to Entity Browser

Proposed resolution

The solution is to use a stricter selector
.paragraphs-tabs-wrapper .field-multiple-table > tbody > .draggable

๐Ÿ› Bug report
Status

Active

Version

3.0

Component

Code

Created by

๐Ÿ‡ฌ๐Ÿ‡งUnited Kingdom marco.pagliarulo

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024