mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
fix(dropdowns): Marker break line
This commit is contained in:
parent
8ade36ea87
commit
8b6ae9bf93
13 changed files with 34 additions and 15 deletions
|
@ -2190,6 +2190,10 @@ details[role=list][open] summary::before {
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
nav [role=list] summary, nav [role=list] a {
|
||||
display: flex;
|
||||
direction: ltr;
|
||||
}
|
||||
nav [role=list] summary + ul,
|
||||
nav [role=list] > ul {
|
||||
min-width: -webkit-fit-content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue