Skip to content

Commit

Permalink
handle overflow for descriptions (fixes #68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozsefsallai committed Jul 1, 2021
1 parent ce38efc commit 4627042
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/bundle.css

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

4 changes: 2 additions & 2 deletions docs/bundle.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/bundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "insomnia-documenter",
"version": "0.5.1",
"version": "0.5.2",
"description": "API documentation generator tool for Insomnia.",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ button {
}

.description {
overflow-x: auto;

code, pre {
background: #eee;
text-shadow: 0 1px #fff;
Expand Down

0 comments on commit 4627042

Please sign in to comment.