Skip to content

Commit a06d452

Browse files
committed
fix(ItemBase): actions sizing
1 parent 9377bd6 commit a06d452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/content/ItemBase/ItemBase.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ const ItemBaseElement = tasty({
375375
placeContent: 'stretch',
376376
placeSelf: 'stretch',
377377
padding: '0 $side-padding',
378+
boxSizing: 'border-box',
378379
height: 'min ($size - 2bw)',
379380
gridRow: 'span 2',
380381
width: {

0 commit comments

Comments
 (0)