Skip to content

Commit 7d2f2e8

Browse files
committed
fix: in react ui m layout, try to avoid horizontal overflow of crumbs
Signed-off-by: Nick Mitchell <[email protected]>
1 parent d36ff20 commit 7d2f2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdl-live-react/src/view/masonry/MasonryTile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default function MasonryTile({
7979
id={id}
8080
def={def}
8181
value={content}
82-
maxCrumbs={3}
82+
maxCrumbs={sml === "l" ? 3 : 2}
8383
/>
8484
)}
8585
</Flex>

0 commit comments

Comments
 (0)