Completed
Last Updated: 07 Jun 2021 08:28 by ADMIN
juan
Created on: 05 Oct 2020 09:35
Category: Grid
Type: Bug Report
0
Checkboxes and their labels misalignment in Multi Grid filtering

Bug report
In Grid Multi filtering checkboxes and their labels are misaligned.

Reproduction of the problem

In the official demo: https://demos.telerik.com/kendo-ui/grid/filter-multi-checkboxes

Expected/desired behavior
Checkboxes and labels shall be aligned.

Workaround:

The following CSS can be applied:

<style>
       .k-label span {
         vertical-align: top;
       }
</style>

Dojo: https://dojo.telerik.com/OgiYEBiB

Environment
Kendo UI version: [all]
Browser: [all ]

1 comment
juan
Posted on: 06 Oct 2020 16:29

add to style in dojo for replicate error

    #client{
         zoom:0.8
       }