Fix beta breadcrumb
After introducing Bootstrap 4.5.0, the breadcrumb icons weren't aligned anymore. Because `breadcrumb-item` now are flex. Since we modified the breadcrumb, we changed from `display: flex` to `display: block`, in order to have the previous behaviour.
Please register or sign in to comment