mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fix visual glitch in nav menu, closes #1367
This commit is contained in:
parent
03ec71193b
commit
f4c5777c7e
1 changed files with 2 additions and 1 deletions
|
|
@ -452,7 +452,8 @@ table a:link {
|
|||
margin-left: -10%;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.rows-and-columns td ol,ul {
|
||||
.rows-and-columns td ol,
|
||||
.rows-and-columns td ul {
|
||||
list-style: initial;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue