fix: grids and lists in rte

This commit is contained in:
Christel Westerberg
2024-07-08 15:28:58 +02:00
parent da343f45da
commit cccfbfe29a
4 changed files with 19 additions and 14 deletions
+4 -1
View File
@@ -497,7 +497,10 @@ export const renderOptions: RenderOptions = {
className={styles.ul}
style={
numberOfRows
? { gridTemplateRows: `repeat(${numberOfRows}, auto)` }
? {
gridTemplateRows: `repeat(${numberOfRows}, auto)`,
gridAutoFlow: "column",
}
: {}
}
>