Completed
Last Updated: 09 Nov 2022 13:31 by ADMIN
Release R3 2022 SP1
Marcelo
Created on: 31 Mar 2022 09:43
Type: Bug Report
1
Boolean parameter checkbox is with a small size in the HTML Viewer with Kendo SASS theme created with ThemeBuilder

Boolean parameter checkbox is with a small size in the HTML Viewer with Kendo SASS theme created with ThemeBuilder.

The current workaround is to use the following CSS to set the width and height of the checkbox:

.k-checkbox{
   width: 16px !important;
   height: 16px !important;
}

 

0 comments