Skip to content

Commit

Permalink
Fix white space formatting in basic usage example (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankord committed Aug 9, 2019
1 parent 63f9ba5 commit 5672c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-site-config/IllustrationGrid.scss
Expand Up @@ -6,7 +6,7 @@ $grid: 'tui-illustration-grid';
flex-wrap: wrap;

pre .codeblock {
white-space: pre-line; // helps with wrapping inside of flexbox
white-space: pre-wrap; // helps with wrapping inside of flexbox
}
}

Expand Down

0 comments on commit 5672c23

Please sign in to comment.