From 3afd4c25ea44b90b9e5ccbac709f269fc30d70fa Mon Sep 17 00:00:00 2001 From: gbk Date: Thu, 19 Jul 2018 15:08:23 +0800 Subject: [PATCH 1/2] fix issue https://github.com/uxcore/uxcore/issues/50 --- HISTORY.md | 4 ++++ src/MultiSelect.less | 1 + 2 files changed, 5 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 067d361..be3d669 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# 0.5.1 + +* `FIXED` fix issue #50 remove extra 3px padding. + # 0.5.0 * `CHANGED` update `uxcore-dropdown` to `^0.5.0` diff --git a/src/MultiSelect.less b/src/MultiSelect.less index a01c467..4a2bc77 100644 --- a/src/MultiSelect.less +++ b/src/MultiSelect.less @@ -168,6 +168,7 @@ background: white; box-shadow: @box-shadow-1; + padding-top: 0; &-border{ border: 1px solid @normal-alpha-6; From 3aefa78482a24666647a05318c91f4ca0a7d5ba1 Mon Sep 17 00:00:00 2001 From: gbk Date: Thu, 19 Jul 2018 15:08:39 +0800 Subject: [PATCH 2/2] ver. 0.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f024117..322b90e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uxcore-multi-select", - "version": "0.5.0", + "version": "0.5.1", "description": "uxcore-multi-select component for uxcore.", "repository": "https://github.com/uxcore/uxcore-multi-select.git", "author": "peijie.dpj",