File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
packages/gatsby-theme-aio
src/components/RedoclyAPIBlock Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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(
You can’t perform that action at this time.
0 commit comments