fix(BOOK-427): Added div around the contents of the li element to avoid the li flex-styles
Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -266,7 +266,7 @@ export const renderOptions: RenderOptions = {
|
||||
{...props}
|
||||
className={cx(styles.li, compatibleClassNames)}
|
||||
>
|
||||
{next(node.children, embeds, fullRenderOptions)}
|
||||
<div>{next(node.children, embeds, fullRenderOptions)}</div>
|
||||
</li>
|
||||
)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user