#After upgrade bootstrap upgrade all the elements default padding and margin has been changed to 15?

1 messages · Page 1 of 1 (latest)

azure fern
#

After upgrading bootstrap project to v5.2 from v4.6, all the elements default padding and margin has been changed to 15 or -15, Do I need to write CSS for each and every html tag? Is there any other solution for this problem?

fossil phoenix
#

You need to read and understand the migration guide and update your code accordingly: https://getbootstrap.com/docs/5.3/migration/. You can't expect to migrate to a new major version of something and have averything working as before without changes.

Track and review changes to the Bootstrap source files, documentation, and components to help you migrate from v4 to v5.