File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 42
42
margin-top : 0 ;
43
43
}
44
44
45
+ .component-home-v2 .paragraph .home-intro {
46
+ gap : 30px ;
47
+ }
48
+
45
49
.component-home-v2 a .feature-link {
46
50
height : inherit;
47
51
text-decoration : none;
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ html {
35
35
padding : 0 ;
36
36
margin-left : 48px ;
37
37
}
38
+
39
+ .doc .no-toc {
40
+ margin-right : 48px ;
41
+ }
38
42
}
39
43
40
44
.doc h1 ,
@@ -75,10 +79,6 @@ html {
75
79
font-size : calc (44 / var (--rem-base ) * 1rem );
76
80
}
77
81
78
- .doc p : not (.tableblock ) a {
79
- white-space : nowrap;
80
- }
81
-
82
82
.admonitionblock .content a {
83
83
white-space : normal !important ; /* Allows links to wrap within admonition blocks */
84
84
}
Original file line number Diff line number Diff line change 1
- <article class =" doc" >
1
+ <article class =" doc {{ #if page.attributes.no-toc }} no-toc {{ /if }} " >
2
2
{{ #if (ne page.attributes.role ' home' )}}
3
3
{{> breadcrumbs }}
4
4
{{ /if }}
30
30
{{ /if }}
31
31
{{ #if (eq page.attributes.role ' home' )}}
32
32
{{> home }}
33
+ {{{ page.contents }}}
33
34
{{ else if (eq page.attributes.role 'component-home')}}
34
35
{{> component-home }}
35
36
{{ else if (eq page.attributes.role 'component-home-v2')}}
You can’t perform that action at this time.
0 commit comments