Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
0.5.2 - Fix Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jducro committed Jul 17, 2018
1 parent 80bfe94 commit 1676559
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2 - 2018-07-17

* Fix Styling

## 0.5.1 - 2018-07-16

* Fix Tab behaviour
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deskpro/token-field",
"version": "0.5.1",
"version": "0.5.2",
"description": "",
"main": "dist/index.js",
"private": false,
Expand Down
4 changes: 2 additions & 2 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 1676559

Please sign in to comment.