From 97e1bc4e7a64b31c90912b685b52a230cac2dcbf Mon Sep 17 00:00:00 2001 From: Emil Petrov Date: Fri, 18 Feb 2022 11:23:04 +0200 Subject: [PATCH] fix(chip): fix cut text at bottom of chip --- packages/default/scss/chip/_layout.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/default/scss/chip/_layout.scss b/packages/default/scss/chip/_layout.scss index 412f067e299..9f7a88965c0 100644 --- a/packages/default/scss/chip/_layout.scss +++ b/packages/default/scss/chip/_layout.scss @@ -33,6 +33,8 @@ // Chip content .k-chip-content { + padding: .5em 0; + margin: -.5em 0; min-width: 0; display: flex; flex-flow: row nowrap;