diff --git a/assets/css/styles.scss b/assets/css/styles.scss index db3c16a4..e1cb5301 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -681,6 +681,11 @@ ol { padding: 0; list-style-type: none; + &.response-headers { + display: inline-flex; + width: 50%; + } + ul, ol { margin: 0; diff --git a/pages/doc.vue b/pages/doc.vue index 601fef02..a5ab7cd2 100644 --- a/pages/doc.vue +++ b/pages/doc.vue @@ -341,6 +341,7 @@ export default { getDoc() { try { this.items = JSON.parse(this.collectionJSON) + this.$toast.clear() this.$toast.info(this.$t("docs_generated"), { icon: "book", }) diff --git a/pages/index.vue b/pages/index.vue index dc449ad2..a523eae4 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -904,7 +904,7 @@ /> -