editor-blocks icon indicating copy to clipboard operation
editor-blocks copied to clipboard

Does not work with Bootstrap 4 based themes due to `col-3` type classes.

Open codebymikey opened this issue 5 years ago • 0 comments

The plugin adds a col-{count} class to some of its components.

e.g. https://github.com/editorblocks/editor-blocks/blob/4e34a5599eeccf783039d38812f584da9c15d5ee/src/pricing-table/index.js#L189

However this conflicts with Bootstrap's column classes and results in a broken layout. https://getbootstrap.com/docs/4.0/layout/grid/

I'd recommend making the classes something more specific, like eb-col-{count}

codebymikey avatar Sep 11 '19 13:09 codebymikey