Skip to content

Commit

Permalink
Fix Issue 50 (#14)
Browse files Browse the repository at this point in the history
* fix issue uxcore/uxcore#50

* ver. 0.5.1
  • Loading branch information
gbk committed Jul 19, 2018
1 parent 8a5b45b commit 69c3412
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/MultiSelect.less
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@

background: white;
box-shadow: @box-shadow-1;
padding-top: 0;

&-border{
border: 1px solid @normal-alpha-6;
Expand Down

0 comments on commit 69c3412

Please sign in to comment.