fix: make sure links are placed inline in list items and fix mobile responsivity
This commit is contained in:
@@ -499,7 +499,6 @@ export const renderOptions: RenderOptions = {
|
||||
numberOfRows
|
||||
? {
|
||||
gridTemplateRows: `repeat(${numberOfRows}, auto)`,
|
||||
gridAutoFlow: "column",
|
||||
}
|
||||
: {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user