Hello , how to center an image in button ?
https://snippet.webix.com/xmuale9n
thanks
Hello,
you need to add css class .webix_img_btn
and the following properties
.test .webix_img_btn .webix_image {
float: none;
display: inline-block;
}
.test .webix_img_btn {
text-align: center;
float: none;
}
Please check the example:
https://snippet.webix.com/kkhncufs