white-space: pre-wrap for table SQL, closes #505

This commit is contained in:
Simon Willison 2019-07-07 13:21:50 -07:00
commit 787dd427de
2 changed files with 6 additions and 2 deletions

View file

@ -313,3 +313,7 @@ a.not-underlined {
font-style: normal;
font-size: 0.8em;
}
pre.wrapped-sql {
white-space: pre-wrap;
}