Skip to content

1.4.3

Choose a tag to compare

@Amaury Amaury released this 20 Mar 16:24
· 22 commits to main since this release

Debugs

  • Fix tooltip overflow on long text (picocss/pico#665, picocss/pico#715).
    • Add white-space: normal and max-width: 20rem on tooltip pseudo-element.
    • Update CLAUDE.md with new PicoCSS override reference.
  • Add .clickable utility class (cursor: pointer for JS-interactive elements).
  • Fix heading color and margin in colored containers and nav.
    • Headings inside .bg-* containers inherit inverse color for readability.
    • Remove heading margin-bottom inside nav elements.
  • Fix input-sm/input-lg not affecting field height
    Override PicoCSS fixed height with height: auto so that padding and font-size from .input-sm/.input-lg properly size the input fields.