From ba2826f9e5a9bbbfedcfafd69f19c2303095c84f Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sat, 23 Apr 2022 12:57:33 -0300 Subject: [PATCH] Fix inconsistent column layout between browsers --- src/api/ApiIndex.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/ApiIndex.vue b/src/api/ApiIndex.vue index 6bfc9c4e26..f817dfec5f 100644 --- a/src/api/ApiIndex.vue +++ b/src/api/ApiIndex.vue @@ -169,6 +169,7 @@ h3 { .api-group { break-inside: avoid; + overflow: auto; margin-bottom: 20px; background-color: var(--vt-c-bg-soft); border-radius: 8px;