diff --git a/scss/edit-form/_theme.scss b/scss/edit-form/_theme.scss index bd25fe5..86201eb 100644 --- a/scss/edit-form/_theme.scss +++ b/scss/edit-form/_theme.scss @@ -1 +1,5 @@ -@include exports("edit-form/theme") {} \ No newline at end of file +@include exports("edit-form/theme") { + .k-edit-label { + padding: add-two($padding-y, -$input-border-width) 0; + } +} \ No newline at end of file diff --git a/scss/editor/_theme.scss b/scss/editor/_theme.scss index 45fcd24..d185c12 100644 --- a/scss/editor/_theme.scss +++ b/scss/editor/_theme.scss @@ -60,4 +60,10 @@ width: calc( #{$toolbar-inner-calc-size} ); height: calc( #{$toolbar-inner-calc-size} ); } + + .k-editor-dialog { + .k-edit-label { + padding: add-two($padding-y, -$input-border-width) 0; + } + } } \ No newline at end of file