File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ const formattedPermissions = (operation["x-permissions"] || [])
269269 {
270270 operation [" x-scopes" ] && operation [" x-scopes" ].length > 0 && (
271271 <div class = " scopes" data-pagefind-ignore >
272- Required scopes:
272+ Requires one of scopes:
273273 { operation [" x-scopes" ].map ((scope ) => (
274274 <code dir = " auto" >{ scope } </code >
275275 ))}
@@ -464,14 +464,17 @@ const formattedPermissions = (operation["x-permissions"] || [])
464464 .permissions {
465465 font-size: var(--cui-body-s-font-size);
466466 line-height: var(--cui-body-s-line-height);
467+ display: flex;
468+ gap: 0 var(--cui-spacings-byte);
469+ flex-wrap: wrap;
467470 }
468471
469472 .examples {
470473 margin-top: var(--cui-spacings-exa);
471474 position: relative;
472475 }
473476
474- .tag-link {
477+ :global( .tag-link) {
475478 display: block;
476479 color: var(--cui-fg-subtle);
477480 font-size: var(--cui-body-s-font-size);
@@ -491,7 +494,7 @@ const formattedPermissions = (operation["x-permissions"] || [])
491494 .operation-endpoint {
492495 font-size: var(--cui-body-s-font-size);
493496 line-height: var(--cui-body-s-line-height);
494- margin-bottom: var(--cui-spacings-giga);
497+ margin: var(--cui-spacings-byte) 0 var(--cui-spacings-giga);
495498 }
496499
497500 .error-responses {
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ const canonicalPath = path ? `/api/${path}` : "/api";
138138
139139<style >
140140 /* Wider content */
141- :global(.content-panel:has(.api-docs) > .sl-container) {
141+ :global(.content-panel > .sl-container) {
142142 max-width: 80rem;
143143 }
144144</style >
You can’t perform that action at this time.
0 commit comments