StartBootstrap / startbootstrap-sb-admin

A free, open source, Bootstrap admin theme created by Start Bootstrap
https://startbootstrap.com/template/sb-admin/
MIT License
3.22k stars 2.01k forks source link

margin and padding utilities not working? #180

Closed JohnRDOrazio closed 1 year ago

JohnRDOrazio commented 1 year ago

It would seem that this theme includes the bootstrap 5 css, merging it with the theme's css. So I would expect the bootstrap utilities to work. However, in version 7.0.5 of the theme, it seems that margin and padding utilities (such as mr-1, ml-2, mx-2) are not working at all?

JohnRDOrazio commented 1 year ago

My bad, the problem was actually that margin and padding utilities have changed !

Margin-left is no longer ml, but ms (margin-start), and Margin-right is now me (margin-end).

Same goes for padding!

https://getbootstrap.com/docs/5.2/utilities/spacing/