.tag breaks WordPress
This is about Bulma.
Version: Bulma v1.0.2
Bug: Bulma brakes Tag archive in WordPress.
Overview of the problem
Same as a previously closed issue: https://github.com/jgthms/bulma/issues/912
This is about the Bulma CSS framework
I'm using Bulma version 1.0.2
Description
the WordPress adds .tag to the body class of tag archives, With Bulma CSS, the CSS structure ddoes not work.
Steps to Reproduce
- make a custom theme with bulma CSS.
- Visit tag archive /tag/sample-tag
Expected behavior
Should separate wordpress body tag class using .tag:not(body).
Here is a hack I am using to get rid of the effect for now. body.tag { background-color: initial; display: ; display: block; font-size: initial; white-space: initial; height: initial; padding: initial; color: var(--bulma-body-color); border-radius: initial; }
Duplicate of #912