d7a0d715b772ed46d7e2724745e33d59c5dd3910
Angular's page-layout template renders the breadcrumb trail and the page title as separate rows (page-layout.component.html:7-8). React wrapped both in a single block div, so the inline-flex breadcrumb pill sat next to the <h1> instead of above it. Flip the wrapper to `display: flex; flex-direction: column; align-items: flex-start` so the pill sits on its own row above the heading, keeping its content-sized width.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%