mirror of
https://github.com/picocss/pico
synced 2025-06-16 00:19:09 +00:00
Fix: updated dropdown margins when inside a label
This commit is contained in:
parent
08da409d07
commit
d9f7cd6db6
@ -206,3 +206,8 @@ li[role="list"] {
|
||||
background-image: var(--icon-chevron);
|
||||
}
|
||||
}
|
||||
|
||||
label > details[role="list"] {
|
||||
margin-top: calc(var(--spacing) * .25);
|
||||
margin-bottom: var(--spacing);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user