File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
< article class ="markdown-body width-full ">
3
3
< div class ="d-lg-flex flex-justify-between ">
4
4
< 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 ">
6
6
{% include breadcrumbs %}
7
7
</ div >
8
8
< div class ="d-none d-lg-block "> {% include article-version-switcher %}</ div >
Original file line number Diff line number Diff line change 11
11
< main class ="container-xl px-3 px-md-6 my-4 my-lg-4 d-xl-flex ">
12
12
< article class ="markdown-body width-full ">
13
13
< 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 ">
15
15
{% include breadcrumbs %}
16
16
</ div >
17
17
</ div >
18
18
19
19
< h1 class ="border-bottom-0 "> {{ page.title }}</ h1 >
20
-
20
+
21
21
< div class ="mt-2 ">
22
22
< div >
23
23
< iframe id ="graphiql " class ="graphql-explorer " scrolling ="no " src ="{{ graphql.explorerUrl }} ">
Original file line number Diff line number Diff line change 87
87
/* Breadcrumbs
88
88
------------------------------------------------------------------------------*/
89
89
90
+ .breadcrumbs-wrapper {
91
+ @include breakpoint (xl) {
92
+ height : 39px ;
93
+ }
94
+ }
95
+
90
96
.breadcrumbs a :not (:last-child )::after , .breadcrumbs span :not (:last-child )::after {
91
97
content : ' /' ;
92
98
color : $gray-400 ;
You can’t perform that action at this time.
0 commit comments