mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
"white-space: pre-wrap" for all table cells, refs #896
This commit is contained in:
parent
4691228a81
commit
c5f06bc356
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ td {
|
|||
border-right: 1px solid #eee;
|
||||
padding: 4px;
|
||||
vertical-align: top;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
td.col-link {
|
||||
font-weight: bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue