From 691596d207d58021eead384a71d297fd344655ca Mon Sep 17 00:00:00 2001 From: inikolova Date: Tue, 13 Jun 2017 13:18:25 +0300 Subject: [PATCH] fix(forms): align forms in dialog labels. Closes: telerik/kendo-theme-bootstrap#257 --- scss/edit-form/_theme.scss | 6 +++++- scss/editor/_theme.scss | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) 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