Skip to content

Commit

Permalink
Revert "chore: more height tweaks"
Browse files Browse the repository at this point in the history
This reverts commit 17a0f5d.
  • Loading branch information
geclos committed Oct 1, 2024
1 parent eecebe7 commit 12d2290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-ui/src/ds/atoms/SplitPane/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const PaneWrapper = ({
}) => {
return (
<div
className={className}
className={cn('h-full overflow-y-auto custom-scrollbar', className)}

Check failure on line 31 in packages/web-ui/src/ds/atoms/SplitPane/index.tsx

View workflow job for this annotation

GitHub Actions / lint / lint (20.x)

'cn' is not defined
style={{
width: width === 'auto' ? 'auto' : isResizable ? width - 1 : width,
}}
Expand Down

0 comments on commit 12d2290

Please sign in to comment.