Left padding in text widget

Hello,
Is it possible to reduce the left padding in the input if a text widget?
Screenshot 2022-06-07

Ive tried

var el = document.getElementById(“mytextwidget”);
el.style.paddingLeft = “2px”;

and

var el = $$(“mytextwidget”).getNode();
el.style.paddingLeft = “2px”;

Thanks,
Pieter

Hello, @Pieter
you can add a css class to your text widget and change style of its input like this:
https://snippet.webix.com/nrs1j9ml