mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
min-height on .hd
Now it should be the same size on the homepage as it is on pages with breadcrumbs
This commit is contained in:
parent
d95048031e
commit
f80ff9b07b
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ table a:visited {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
min-height: 2rem;
|
||||||
}
|
}
|
||||||
.hd p {
|
.hd p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue