kendo-themes
kendo-themes copied to clipboard
[PivotGrid] remove / replace styles for the Configurator component
Some of the styles for the Configurator component in the PivotGrid are messing with the Drag&Drop functionality for the Chips inside it. The Drag&Drop functionality is not working well with margin
rather than padding
.
The following styles can be changed:
- give
.k-form .k-chip-list
width:100%
- replace the
margin-top
withpadding-top
in.k-form .k-form-field
-
.k-form.k-form-horizontal .k-form-field
and.k-form.k-form-horizontal .k-chip-list
should havepadding-top: 0
andpadding-left: 16px
/ remove thepadding-left
from.k-form.k-form-horizontal .k-form-field-wrapper
-
k-settings-description
should havepadding-top
instead ofmargin-top