mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Show primary key cells in bold without affecting columns called 'link', closes #1308
This commit is contained in:
parent
6ed9238178
commit
a4bb2abce0
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ td {
|
|||
vertical-align: top;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
td.col-link {
|
||||
td.type-pk {
|
||||
font-weight: bold;
|
||||
}
|
||||
td em {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue