Skip to content

Commit 30b0e26

Browse files
author
Melissa Garcia
committed
test 4.15.2-rc3
1 parent 41d411a commit 30b0e26

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/gatsby-theme-aio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.15.2](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.15.1..@adobe/gatsby-theme-aio@4.15.2) (2025-07-21)
7+
8+
### Fix
9+
10+
* Prevent RedoclyAPIBlock from overflowing [99ec8da](https://github.com/adobe/aio-theme/commit/99ec8da85b8840e0660e5103403969b088691535)
11+
612
## [4.15.1](https://github.com/adobe/aio-theme/compare/@adobe/gatsby-theme-aio@4.15.0..@adobe/gatsby-theme-aio@4.15.1) (2025-05-21)
713

814
### Fix

packages/gatsby-theme-aio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/gatsby-theme-aio",
3-
"version": "4.15.1",
3+
"version": "4.15.2-rc3",
44
"description": "The Adobe I/O theme for building markdown powered sites",
55
"main": "index.js",
66
"license": "Apache-2.0",

packages/gatsby-theme-aio/src/components/RedoclyAPIBlock/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const RedoclyAPIBlock = ({
6363
<>
6464
{!isRedoclyLoading && (
6565
<>
66-
<div id="redocly_container" />
66+
<div id="redocly_container" style={{ maxWidth: "100vw" }} />
6767

6868
<script>{
6969
`RedoclyReferenceDocs.init(

0 commit comments

Comments
 (0)