mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Show linked foreign key in table cells
This commit is contained in:
parent
72e328dccf
commit
38dc1ef73b
2 changed files with 6 additions and 1 deletions
|
|
@ -18,6 +18,11 @@ td {
|
|||
padding: 4px;
|
||||
vertical-align: top;
|
||||
}
|
||||
td em {
|
||||
font-style: normal;
|
||||
font-size: 0.8em;
|
||||
color: #aaa;
|
||||
}
|
||||
th {
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue