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
The page-constructor package includes bootstrap css styles which contain global styles that affect every html element. This breaks the existing layout in the application. Can we move these styles inside page constructor block selector?
*,
*::before,
*::after {
box-sizing: inherit;
}
The text was updated successfully, but these errors were encountered:
The page-constructor package includes bootstrap css styles which contain global styles that affect every html element. This breaks the existing layout in the application. Can we move these styles inside page constructor block selector?
The text was updated successfully, but these errors were encountered: