diff --git a/docs/pages/04-common-properties.md b/docs/pages/04-common-properties.md index 6071dd067..81369911d 100644 --- a/docs/pages/04-common-properties.md +++ b/docs/pages/04-common-properties.md @@ -134,7 +134,7 @@ If the `CommonProperties` component is nested inside single or multiple layers o propertiesConfig={{ containerType: "Custom", rightFlyout: true }} callbacks={this.callbacks} /> - -) - + + ); +``` `display: flex` should be added to `parent-div` to allow Common Properties content to occupy full width and height available in right flyout.