You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
Until this happens... is there any workaround to using this in a Bootstrap 4 application? The display is mangled for me and I can't figure out how to fix without conflicting with Bootstrap 4.
You need to override some css classes used in the library. I think the easiest method is to import the Bootstrap 3.x css file provided by the v3 npm package in your specific component. This is ugly, I know.
Shouldn't conflict if you're creating a wrapper component just for the cron-editor and import (or maybe copy-paste?) v3 css file into that single component.
Unfortunately I don't have a timeline for v4 upgrade.
Upgrade
bootstrap
npm package to latest versionThe text was updated successfully, but these errors were encountered: