I am using an ojet ojButton and tried resizing the button width. However, after resizing, the button label is partly hidden because of the default padding style value.
Here is the image of the button with partially visible label :

and here is the code , as well as the css property I want to override :
Css:

if in Developer Tools (F12), I change the value of padding to 0px, i see the full button label. Basically, I will need to remove default padding of the button :

Can anyone help? THanks