diff --git a/CHANGELOG.md b/CHANGELOG.md index 9505747..4aa4d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.2 - 2018-07-17 + +* Fix Styling + ## 0.5.1 - 2018-07-16 * Fix Tab behaviour diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index fdf532f..644aeb0 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "@deskpro/token-field", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c66fe1..2662070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deskpro/token-field", - "version": "0.5.1", + "version": "0.5.2", "description": "", "main": "dist/index.js", "private": false, diff --git a/src/styles/style.css b/src/styles/style.css index ba29cc2..0f4d2e3 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -148,8 +148,8 @@ color: inherit; } .dp-select__all-tokens { - & :global(.dp-select__content) { - padding: 5px 0 0; + & > :global(.dp-select__content) { + padding: 5px 0 0 !important; & :global(.dp-list__element) { padding: 0 6px; &:global(.separator) {