Center a image in button

Hello , how to center an image in button ?

https://snippet.webix.com/xmuale9n

thanks

https://snippet.webix.com/0idmv6f1

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