File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{{! template-lint-disable no-invalid-interactive }}
2
- <section class =' {{ @type }} ' >
3
- <h3 id =' {{ @field.name }} ' >
2
+ <section class =' class-field-description {{ @type }} ' >
3
+ <h3 id =' {{ @field.name }} ' class = " class-field-description--header " >
4
4
<span class =' {{ @type }} -name' >{{ @field.name }} </span >
5
5
{{ #if @field.params }}
6
6
<span class =' args' >
Original file line number Diff line number Diff line change @@ -105,8 +105,15 @@ li.toc-heading:first-child {
105
105
margin-top : var (--spacing-2 );
106
106
}
107
107
108
+ .class-field-description--header {
109
+ display : flex;
110
+ align-items : center;
111
+ flex-wrap : wrap;
112
+ column-gap : var (--spacing-1 );
113
+ }
114
+
108
115
a .class-field-description--link {
109
- margin-left : 12 px ;
116
+ margin-left : 0 ;
110
117
vertical-align : middle;
111
118
background : none;
112
119
cursor : pointer;
139
146
}
140
147
141
148
.parameter-type ,
149
+ .class-field-description .return-type ,
142
150
.return .return-type {
143
151
font-style : italic;
144
152
color : var (--color-gray-600 );
You can’t perform that action at this time.
0 commit comments