Fix misaligned table actions cog

Closes #1121. Thanks, @abdusco
This commit is contained in:
Abdussamet Koçak 2020-12-03 03:33:36 +03:00 committed by GitHub
commit daae35be46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,6 +163,8 @@ h6,
}
.page-header {
display: flex;
align-items: center;
padding-left: 10px;
border-left: 10px solid #666;
margin-bottom: 0.75rem;
@ -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 {