caxton icon indicating copy to clipboard operation
caxton copied to clipboard

CSS styles on `.h1` selector

Open ethanclevenger91 opened this issue 4 years ago • 2 comments

The following CSS is being applied once the plugin is activated:

.h1 {
    height: 1rem;
}

Anyone using Bootstrap classes is going to suddenly find their top-level headings visually broken. Prefix your selectors, please.

ethanclevenger91 avatar May 28 '20 18:05 ethanclevenger91