From 36df2576d8870469616f97f1d190708fa2891522 Mon Sep 17 00:00:00 2001 From: Joey Chen <142381267+JoeyC-Dev@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:16:11 +0800 Subject: [PATCH] Fix: tag height is not flexible issue --- source/css/_extend.styl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/css/_extend.styl b/source/css/_extend.styl index 381ed59..aab0161 100644 --- a/source/css/_extend.styl +++ b/source/css/_extend.styl @@ -49,8 +49,9 @@ $card-btn $text-btn @extend $button - height: 32px - padding: 0 12px + // height: 32px + // padding: 0 12px + padding: 7px 12px 7px font-size: 14px $tag-list-item