mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
Fix: updated dropdown margins when inside a label
This commit is contained in:
parent
08da409d07
commit
d9f7cd6db6
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue