File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
packages/docusaurus-theme-openapi-docs/src/theme/ApiItem/Layout Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,16 @@ export default function DocItemLayout({ children }: Props): JSX.Element {
65
65
< DocVersionBadge />
66
66
{ docTOC . mobile }
67
67
< DocItemContent > { children } </ DocItemContent >
68
- < div className = { clsx ( "col" , api ? "col--7" : "col--12" ) } >
69
- < DocItemFooter />
68
+ < div className = "row" >
69
+ < div className = { clsx ( "col" , api ? "col--7" : "col--12" ) } >
70
+ < DocItemFooter />
71
+ </ div >
70
72
</ div >
71
73
</ article >
72
- < div className = { clsx ( "col" , api ? "col--7" : "col--12" ) } >
73
- < DocItemPaginator />
74
+ < div className = "row" >
75
+ < div className = { clsx ( "col" , api ? "col--7" : "col--12" ) } >
76
+ < DocItemPaginator />
77
+ </ div >
74
78
</ div >
75
79
</ div >
76
80
</ div >
You can’t perform that action at this time.
0 commit comments