File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -292,12 +292,16 @@ api-security-documentation:last-of-type {
292
292
font-style : normal;
293
293
font-weight : 400 ;
294
294
line-height : normal;
295
- font-family : var (--api-method-documentation-async-server-names-title-font , Helvetica)
295
+ font-family : var (--api-method-documentation-async-server-names-title-font , Helvetica);
296
+ margin-right : 10px ;
296
297
}
297
298
298
299
.async-servers .async-server-names-container {
299
300
margin-top : 16px ;
300
301
margin-bottom : 10px ;
302
+ display : flex;
303
+ flex-wrap : wrap;
304
+ align-items : center;
301
305
}
302
306
303
307
.async-servers .async-server-name {
@@ -313,6 +317,17 @@ api-security-documentation:last-of-type {
313
317
border : 1px solid var (--api-method-documentation-async-server-names-border-color , # 506773 );;
314
318
padding: 1px 8px 1px 8px;
315
319
margin- right: 10px;
320
+ dis play: flex;
321
+ flex- direction: column;
322
+ justify- content: center;
323
+ wor d- break: auto - phrase;
324
+ max- width: fit- content;
325
+ }
326
+
327
+ @media (max-width : 385px ) {
328
+ .async-servers .async-server-name {
329
+ margin-bottom : 10px ;
330
+ }
316
331
}
317
332
318
333
.async-method-security {
You can’t perform that action at this time.
0 commit comments