Skip to content

Commit

Permalink
Merge pull request #84 from Shopify/fix-code-snippet-text-wrapping
Browse files Browse the repository at this point in the history
Fix multiline code snippet text wrapping
  • Loading branch information
umair-choudhary authored Jan 26, 2021
2 parents 7c75b55 + 51465e8 commit 5610ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/devtools.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ body {
background-color: var(--toolbar-background-color);
border: 1px solid var(--toolbar-border-color);
padding: 4px 8px;
line-height: 2.5;
}

[data-theme="dark"] a {
Expand Down

0 comments on commit 5610ce3

Please sign in to comment.