You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably not a bug but looks a bit odd to me:
file-items LI elements have an inline transform class, is there any way to control this values? I'd need to increase space between items.
Thanks for any help!
Reproduction
On https://codepen.io/rikschennink/pen/WXavEx upload 3 files then inspect second (middle) LI element to find an inline style containing a transform to a dynamic value which seems hardcoded and not related to anything declared in code:
Is there an existing issue for this?
Have you updated FilePond and its plugins?
Describe the bug
Probably not a bug but looks a bit odd to me:
file-items LI elements have an inline transform class, is there any way to control this values? I'd need to increase space between items.
Thanks for any help!
Reproduction
On https://codepen.io/rikschennink/pen/WXavEx upload 3 files then inspect second (middle) LI element to find an inline style containing a transform to a dynamic value which seems hardcoded and not related to anything declared in code:
transform: translate3d(0px, 54px, 0px) scale3d(1, 1, 1);
Environment
The text was updated successfully, but these errors were encountered: