expander: improve whitespace between label and content #338

This commit is contained in:
Sören Weber 2022-10-07 21:04:40 +02:00
parent e898edfbef
commit 1b6c0e87e0
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -971,6 +971,10 @@ option {
width: .6rem;
}
.expand-content {
margin-top: .5rem;
}
/* expander collapsed, default */
.expand > .expand-label > .fa-chevron-down {
display: none;