Hi,
I was wondering if there was a way to control the htmlbutton size through webix’s style?
I am having trouble with some of my icons and text not fitting together in buttons in margins, like the icon button on this page (I am also doing it as a form within a window):
http://webix.com/snippet/b404aea1
I’m not able to get the button to re-size so it goes around the text/icon.
When I adjust the height of the button via the style, the button gets automatically cut off.
Thanks.
Edit: Nevermind, figured it out. Needed to add a height property to my margin area, and in the case of my window, also a height property to the button style. I think I’d tried both individually, but not together.