File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 < article class ="markdown-body width-full ">
33 < div class ="d-lg-flex flex-justify-between ">
44 < div class ="d-block d-lg-none "> {% include article-version-switcher %}</ div >
5- < div class ="d-flex flex-items-center " style =" height: 39px; ">
5+ < div class ="d-flex flex-items-center breadcrumbs-wrapper ">
66 {% include breadcrumbs %}
77 </ div >
88 < div class ="d-none d-lg-block "> {% include article-version-switcher %}</ div >
Original file line number Diff line number Diff line change 1111 < main class ="container-xl px-3 px-md-6 my-4 my-lg-4 d-xl-flex ">
1212 < article class ="markdown-body width-full ">
1313 < div class ="d-lg-flex flex-justify-between ">
14- < div class ="d-flex flex-items-center " style =" height: 39px; ">
14+ < div class ="d-flex flex-items-center breadcrumbs-wrapper ">
1515 {% include breadcrumbs %}
1616 </ div >
1717 </ div >
1818
1919 < h1 class ="border-bottom-0 "> {{ page.title }}</ h1 >
20-
20+
2121 < div class ="mt-2 ">
2222 < div >
2323 < iframe id ="graphiql " class ="graphql-explorer " scrolling ="no " src ="{{ graphql.explorerUrl }} ">
Original file line number Diff line number Diff line change 8787/* Breadcrumbs
8888------------------------------------------------------------------------------*/
8989
90+ .breadcrumbs-wrapper {
91+ @include breakpoint (xl) {
92+ height : 39px ;
93+ }
94+ }
95+
9096.breadcrumbs a :not (:last-child )::after , .breadcrumbs span :not (:last-child )::after {
9197 content : ' /' ;
9298 color : $gray-400 ;
You can’t perform that action at this time.
0 commit comments