- Issue created by @marco.pagliarulo
- @marcopagliarulo opened merge request.
- ๐ฎ๐ณIndia sandip
Hi @marco.pagliarulo, thanks for the MR it resolves the issue properly and it also fix another issue for overflowing paragraph fields attaching SS for refernce.
- ๐ฎ๐ณIndia sandip
Moving this issue to RTBC as there is no regression with this MR and it resolves this issue properly.
- ๐จ๐ญSwitzerland piridium
Tested here as well and confirmed working nicely. MR611 also resolves the file widget overlap mentioned in the related issue.
- ๐จ๐ญSwitzerland piridium
Also, if you add the following to _tabledrag.scss, the vertical alignment would be perfect:
At line 2:
.draggable { vertical-align: middle; ...
And at the very end:
.table-file-multiple-widget .tabledrag-cell-content { display: flex; align-items: center; }
I tried it locally, but I canโt push the changes to the issue fork. (?)
remote: You are not allowed to push code to this project.
- ๐ฎ๐ณIndia sandip
@piridium, please click on the Get Push Access button beside the fork. So you can push your changes.
- ๐ฌ๐ทGreece giannis makantasis
Also tested MR 611 and it seems to work fine . For anyone using Composer and cweagans/composer-patches, here's a patch โ file based on MR !611 for easy use. This helps if you're waiting for the MR to be merged.
- ๐จ๐ญSwitzerland piridium
@sandip You saved me once again โ that was exactly the problem. Iโve now added a small adjustment for the drag handles. Could I ask you to test it again?
- ๐ฎ๐ณIndia sandip
Hi @@piridium, i observed in
/add
page it is looking good but in/edit
page drag button is not in center.