fix: grids and lists in rte
This commit is contained in:
@@ -497,7 +497,10 @@ export const renderOptions: RenderOptions = {
|
||||
className={styles.ul}
|
||||
style={
|
||||
numberOfRows
|
||||
? { gridTemplateRows: `repeat(${numberOfRows}, auto)` }
|
||||
? {
|
||||
gridTemplateRows: `repeat(${numberOfRows}, auto)`,
|
||||
gridAutoFlow: "column",
|
||||
}
|
||||
: {}
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user