Skip to content

Commit

Permalink
Add styling to lists within table cells (fixes #1141) (#1252)
Browse files Browse the repository at this point in the history
This overrides the Datasette reset (see
https://github.com/simonw/datasette/blob/d0fd833b8cdd97e1b91d0f97a69b494895d82bee/datasette/static/app.css#L35-L38),
to add back the default styling of list items displayed within Datasette
table cells.
  • Loading branch information
bobwhitelock authored Mar 29, 2021
1 parent c96a382 commit e72397d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datasette/static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,10 @@ table a:link {
margin-left: -10%;
font-size: 0.8em;
}
.rows-and-columns td ol,ul {
list-style: initial;
list-style-position: inside;
}
a.blob-download {
display: inline-block;
}
Expand Down

0 comments on commit e72397d

Please sign in to comment.