Skip to content

Commit

Permalink
Add white-space: break-spaces rule to markdown code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito committed Aug 10, 2022
1 parent df4e00e commit 74c316a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte-webapp/src/components/Markdown/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
}

code {
white-space: break-spaces;
background: colors.$grey-50;

&.language-sql,
Expand Down

0 comments on commit 74c316a

Please sign in to comment.