Uploader input: CSS bug?

Hi,

I have built a very simple Upload input: https://snippet.webix.com/z4a64ti2

However, the Upload input (the single-item list) looks truncated at the left and bottom sides. Is it a minor CSS bug? Any known workaround?

Thanks in advance :slight_smile:

@jpuntomarcos
probably this is a bug.
as a workaround try to set form’s type to “space”
https://snippet.webix.com/t8hc4e3c

Hi, we usually advise to enclose widgets (as opposed to form inputs) into FormInput Code Snippet
Docs page for reference FormInput, UI Controls Webix Docs

Nice workarounds, thanks!

thanks for the awesome information.