Skip to content

Commit e3df82c

Browse files
author
sasha kushnir
committed
adjust item width
1 parent 99fbdd3 commit e3df82c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/cspr-design.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40782,7 +40782,7 @@ const k7 = be.span.withConfig({
4078240782
justifyContent: "center",
4078340783
alignItems: "center",
4078440784
padding: ["8px 12px", "8px 12px", "16px"],
40785-
width: ["208px", "208px", "177px"],
40785+
width: ["208px", "208px", "172px"],
4078640786
height: ["56px", "56px", "137px"],
4078740787
"&:hover": {
4078840788
borderRadius: e.borderRadius.base,

dist/cspr-design.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/components/navigation/cspr-products-menu/products-menu-item.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const ProductItemWrapper = styled.span<{
3636
justifyContent: 'center',
3737
alignItems: 'center',
3838
padding: ['8px 12px', '8px 12px', '16px'],
39-
width: ['208px', '208px', '177px'],
39+
width: ['208px', '208px', '172px'],
4040
height: ['56px', '56px', '137px'],
4141

4242
'&:hover': {

0 commit comments

Comments
 (0)