mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
white-space: pre-wrap for table SQL, closes #505
This commit is contained in:
parent
f80ff9b07b
commit
787dd427de
2 changed files with 6 additions and 2 deletions
|
|
@ -313,3 +313,7 @@ a.not-underlined {
|
|||
font-style: normal;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
pre.wrapped-sql {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue