Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] No control over filepond--item height #1033

Open
2 tasks done
KONEY opened this issue Jan 15, 2025 · 1 comment
Open
2 tasks done

[Bug] No control over filepond--item height #1033

KONEY opened this issue Jan 15, 2025 · 1 comment
Labels

Comments

@KONEY
Copy link

KONEY commented Jan 15, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Have you updated FilePond and its plugins?

  • I have 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

- Device: Dell Laptop
- OS: Windows 10
- Browser: Firefox Developer 135.0b2 (64-bit)
@KONEY KONEY added the bug label Jan 15, 2025
@rikschennink
Copy link
Collaborator

You can set

.filepond--item {
    margin: 0.5em 0.25em;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants