add margin to details first child

pull/225/head
Aevann 2024-02-21 21:19:58 +02:00
parent 6da7f31cc2
commit be766f3148
1 changed files with 4 additions and 0 deletions

View File

@ -7724,3 +7724,7 @@ thead {
input[type="search"]::-webkit-search-cancel-button {
display: none;
}
details > *:first-child {
margin-top: 1rem;
}