Skip to content

Added limit-container-width to breadcrumbs container

Phil Hughes requested to merge breadcrumbs-limit-width into master

What does this MR do?

Some views have a limited width which caused some weird alignment issues with the breadcrumbs as they spanned full width even if the content itself was limited. With this we now use the @content_class class to add the limit-container-width class onto the breadcrumbs container.

What are the relevant issue numbers?

Closes #34573 (closed)

Merge request reports