Category selector is too tall when using "box" style

Reproduce:

  1. From a default installation with no CSS or other customizations, ensure your site is using “box” for the category style site setting.
  2. Ensure you have several categories available from which to choose.
  3. Go to your site’s category listing at https://discourse.example.org/categories and in the first dropdown box, change from “all categories” to a category like “Site Feedback” (or any, really).

Expected results:

  • The height of the colored box for that category should be consistent with the “tags” selection drop-down box, and the navigation buttons/links to the right.

Actual results:

  • The height of the colored box for that category gets taller/larger, compared with the “tags” selection drop-down box, and the navigation buttons/links to the right.

NOTE: This only seems to happen for “box” style category style site setting (which changes the color of the drop-down). Using “bullet” keeps the height consistent.

4 Likes

Will fix this tomorrow thanks.

5 Likes

Fixed by:

https://github.com/discourse/discourse/commit/c9cb6920dc027b964f9fb2d5957928054fcc5e74

Thanks.

3 Likes