Skip to content

Commit 1841e2f

Browse files
chore: remove redundant collapsed field and move inline styles to CSS
Signed-off-by: Jonathan Norris <[email protected]>
1 parent f0adcfe commit 1841e2f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"label": "Appendix C: OpenFeature Remote Evaluation Protocol",
33
"position": 5,
4-
"collapsible": false,
5-
"collapsed": false
4+
"collapsible": false
65
}

specification/appendix-c/ofrep-api.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ hide_title: true
66

77
import Redoc from '@theme/Redoc';
88

9-
<div style={{
10-
margin: '-2rem calc(-1 * var(--ifm-spacing-horizontal))',
11-
maxWidth: 'none'
12-
}}>
9+
<div className="redoc-container">
1310
<Redoc />
1411
</div>

0 commit comments

Comments
 (0)