webix-hub / webix

Stable releases of Webix UI - JavaScript library for building mobile and desktop web apps

Home Page:http://webix.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checkbox/label alignment is wrong only on GPL css

mbombonato opened this issue · comments

Use this snippet and change from GPL to Pro to see the difference. The issue still exists on 7.1.
https://snippet.webix.com/yvayom9h

Hi @mbombonato

Thank you for reporting the issue (relevant for Compact/Flat skins)!
As a temporary solution, please change the label positioning with the following CSS:

  .webix_el_checkbox .webix_label_right {
  	float:left;
  }

https://snippet.webix.com/pvhirvfa

Hey @mbombonato,

We've updated our GPL package to version 7.1.4 and the related issue has been fixed, as can be seen in this example - https://snippet.webix.com/cazvftlb.