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

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jducro committed Dec 7, 2018
1 parent f563c8a commit 8bf83ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.7.0 - 2018-12-07

* * Add `SlaStatusInput`
* Add `SlaStatusInput`

## 0.6.9 - 2018-12-06

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": "@deskpro/token-field",
"version": "0.7.0-beta.0",
"version": "0.7.0-beta.1",
"description": "",
"main": "dist/index.js",
"private": false,
Expand Down
16 changes: 9 additions & 7 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,14 @@
padding-bottom: 0;
}
}
:global(.dp-select) .sla_status {
padding: 5px;
width: 234px;
height: 60px;
& :global(.dp-select) {
display: inline-block;
width: 100px;
:global(.token-field-input-tether) {
& :global(.dp-select) > .sla_status {
padding: 5px;
width: 234px;
height: 60px;
& :global(.dp-select) {
display: inline-block;
width: 100px;
}
}
}

0 comments on commit 8bf83ed

Please sign in to comment.