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
.center-block was removed in #19102 in favor of .m-x-auto. If it's going to stay that way, we should have a .display-block or .display-*-block class as recommended in #19343.
There is a lack of ability to center element based on screen size.
This is inconsistent with the general class syntax of bootstrap 4, see below:
Text Center Evolution
<p class = "text-center"> Bootstrap 3 </p>
<p class = "text-*-center"> Bootstrap 4 </p>
Block Center Evolution
<img class = "center-block"/> //Bootstrap 3
<img class = "center-block"/> // Bootstrap 4 (current)
<img class = "center-*-block"/> // Bootstrap 4 (fix)
Conclusion
Create "center-*-block" classes
The text was updated successfully, but these errors were encountered: