Fixed height added to `.h1` class
-
The following CSS is being loaded once the plugin is activated:
.h1 { height: 1rem; }
Please don’t do that. Anyone using Bootstrap classes is going to suddenly find their top-level headings visually broken. Prefix your selectors, please.
- The topic ‘Fixed height added to `.h1` class’ is closed to new replies.