Skip to content

Commit 824a7b5

Browse files
committed
feat: adjust column layout in ModulesPage for improved responsiveness
1 parent 11d5856 commit 824a7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/ce/src/module/pages/ModulesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const ModulesPage: React.FC = () => {
8282

8383
const DisplayIcon = icon(module.icon as IconString)
8484

85-
return <Col xs={6} md={4} lg={3} xl={2} mb={1}>
85+
return <Col xs={6} md={4} lg={3} xxl={2} mb={1}>
8686
<Card color={"secondary"} paddingSize={"sm"}>
8787
<CardSection border>
8888
<Flex style={{flexDirection: "column", gap: "1rem", flexWrap: "wrap"}}>

0 commit comments

Comments
 (0)