• Lyza Danger Gardner's avatar
    Remove local `tall` media query (screen) and consolidate filter height · b07c4253
    Lyza Danger Gardner authored
    The `tall` `screen` value in this project's config conflicts with the
    `tall` value in the `frontend-shared` Tailwind preset. This project's
    `tall` was only being used in one place, and it turns out the styling
    needs there can be more cleanly accomplished without media queries.
    
    Use `min()` to set a constrained max-height on filter-select lists.
    b07c4253
tailwind.config.mjs 7.95 KB