Browse Source

<details>: go back to display: block

inline-block would cause consecutive <details> elements to end up next
to each other, but we want them to be on separate lines.
merge-requests/76/merge
Deimos 5 years ago
parent
commit
083e02d199
  1. 2
      tildes/scss/_placeholders.scss

2
tildes/scss/_placeholders.scss

@ -18,7 +18,7 @@
&:not([open]) {
cursor: pointer;
display: inline-block;
width: max-content;
}
}

Loading…
Cancel
Save