There was an error while loading. Please reload this page.
1 parent a678951 commit d40568cCopy full SHA for d40568c
src/components/DocumentView/OpenAPI/style.css
@@ -23,7 +23,7 @@
23
/** Method tag */
24
25
.openapi-method {
26
- @apply rounded font-mono font-bold text-[11.5px] px-1 py-0.5 mr-2 text-dark-1/8 leading-tight align-middle inline-flex ring-1 ring-inset ring-dark-1/1 dark:ring-light-1/1;
+ @apply rounded font-mono font-bold text-[11.5px] px-1 py-0.5 mr-2 text-dark-1/8 leading-tight align-middle inline-flex ring-1 ring-inset ring-dark-1/1 dark:ring-light-1/1 whitespace-nowrap;
27
}
28
29
.openapi-method-get {
0 commit comments