Skip to content

Commit

Permalink
fix: tiny scrollbar in single line results
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jan 19, 2018
1 parent 2b9b4c1 commit aae5655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remy/jsconsole",
"version": "2.0.2",
"version": "2.0.3",
"engines": {
"node": "8.x.x"
},
Expand Down
1 change: 1 addition & 0 deletions src/Types.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.type {
display: inline-block;
line-height: 1.2rem;
min-height: 1.2rem;
}

.type + .type {
Expand Down

0 comments on commit aae5655

Please sign in to comment.