Skip to content

Commit

Permalink
Fix misaligned table actions cog
Browse files Browse the repository at this point in the history
  • Loading branch information
abdusco committed Dec 1, 2020
1 parent a970276 commit 94ea22f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions datasette/static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ h6,
}

.page-header {
display: flex;
align-items: center;
padding-left: 10px;
border-left: 10px solid #666;
margin-bottom: 0.75rem;
Expand All @@ -175,11 +177,11 @@ h6,
padding-right: 0.2em;
}
.page-header details {
display: inline;
display: inline-flex;
}
.page-header details > summary {
list-style: none;
display: inline;
display: inline-flex;
cursor: pointer;
}
.page-header details > summary::-webkit-details-marker {
Expand Down

0 comments on commit 94ea22f

Please sign in to comment.