File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ export default css`
161
161
}
162
162
163
163
.servers .servers-label {
164
- font-size : 0.75 rem ;
164
+ font-size : 14 px ;
165
165
font-weight : 700 ;
166
166
margin : 0.8em 0 0.2em 0 ;
167
167
}
@@ -184,7 +184,7 @@ export default css`
184
184
border-radius : 4px ;
185
185
border : 1px solid
186
186
var (--api-method-documentation-async-server-names-border-color , # 506773 );
187
- padding : 1 px 8 px 1 px 8 px ;
187
+ padding : 4 px ;
188
188
margin-right : 10px ;
189
189
word-break : auto-phrase;
190
190
max-width : fit-content;
@@ -194,13 +194,14 @@ export default css`
194
194
margin-bottom : 14px ;
195
195
}
196
196
197
- .server-tag {
197
+ .servers . server-tag {
198
198
display : inline-block;
199
199
border : 1px solid var (--anypoint-color-coreBlue2 );
200
200
margin-left : 8px ;
201
201
color : var (--anypoint-color-coreBlue2 );
202
202
padding : 4px ;
203
203
border-radius : var (--api-type-document-trait-border-radius , 3px );
204
+ font-size : var (--api-summary-async-api-server-tag-font-size , 14px );
204
205
}
205
206
206
207
.server-description {
You can’t perform that action at this time.
0 commit comments