From b06a687c07fa7de8c887db211cac0c51140ad976 Mon Sep 17 00:00:00 2001 From: EnesAlili Date: Fri, 17 Jun 2016 21:33:04 +0100 Subject: [PATCH] Tag chip line height fix --- app/app/styles/widget/widget-chip.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app/styles/widget/widget-chip.scss b/app/app/styles/widget/widget-chip.scss index c0577cc3..2988938a 100644 --- a/app/app/styles/widget/widget-chip.scss +++ b/app/app/styles/widget/widget-chip.scss @@ -17,7 +17,7 @@ font-weight: 400; font-size: 12px; color: $color-stroke; - padding: 12px 10px 0 10px; + padding: 11px 10px 0 10px; letter-spacing: 0.7px; line-height: 0; }