Skip to content

Commit d19b529

Browse files
committed
Redocly: Fix oldframe redocly width
1 parent d406661 commit d19b529

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ resources/*
2525
.hugo_build.lock
2626
public/*
2727
exampleSite/public
28+
exampleSite/hugo
2829

2930
# Python
3031
.venv

assets/css/f5-hugo.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,10 @@ redoc {
793793
overscroll-behavior-y: none;
794794
}
795795

796+
.nginx-docs-api-container {
797+
width: 100vw;
798+
}
799+
796800
.nginx-docs-api-container button {
797801
border-color: inherit;
798802
box-shadow: none !important;

0 commit comments

Comments
 (0)