Skip to content

Commit

Permalink
vrt
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Dec 4, 2024
1 parent 18054d6 commit 8b11117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react/src/ActionList/Description.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Description: React.FC<React.PropsWithChildren<ActionListDescription
}) => {
const styles = {
fontSize: 0,
lineHeight: '16px',
lineHeight: '1.3333',
flexGrow: 1,
flexBasis: variant === 'inline' && !truncate ? 'auto' : 0,
minWidth: 0,
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/ActionList/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export const Item = React.forwardRef<HTMLLIElement, ActionListItemProps>(
display: 'block',
position: 'absolute',
width: '100%',
top: '-7px',
top: '-8px',
border: '0 solid',
borderTopWidth: showDividers ? `1px` : '0',
borderColor: 'var(--divider-color, transparent)',
Expand Down

0 comments on commit 8b11117

Please sign in to comment.