pico
pico copied to clipboard
fix: `<small>` tag style under a dropdown
The <small> tag wasn't properly styled under a Dropdown component.
<label>Some label</label>
<details class="dropdown">
<summary>Select the options you want…</summary>
</details>
<small>Here is a small description yo help you understand what this dropdown does</small>
Before:
After: