- Issue created by @arwillame
I'm using nested paragraph with inline entity form complex widget.
When have multiple paragraphs, the table does not goes as far as it should and then my actions buttons are bellow the paragraph title instead of being at the right under the correct column.
Use nested paragraph with inline entity form complex widget.
Add multiple paragraphs and see the issue.
It seem to be linked to the class "ief-tabledrag-handle tabledrag-cell"
In the paragraph.scss file, if we replace the
.draggable {
> td {
position: relative;
display: block;
flex: 0 0 auto;
}
}
with display: table-cell
It seem to fix the issue for me
Active
4.0
Code