Skip to content

Commit 958df12

Browse files
authored
fix(doc-home): adjust card width to auto for better display (#715)
1 parent 41ab977 commit 958df12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/MDXComponents/DocHome.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ export function DocHomeCardContainer(props: any) {
346346
justifyContent: "start",
347347

348348
"& > a.doc-home-card": {
349+
width: "auto !important",
349350
backgroundColor: theme.palette.carbon[50],
350351
"&:hover": {
351352
textDecoration: "none",

0 commit comments

Comments
 (0)