Skip to content

Commit

Permalink
feat(appBar): fix legend heigth for appbar #closes1280
Browse files Browse the repository at this point in the history
  • Loading branch information
kaminderpal committed Feb 16, 2024
1 parent e52e1ed commit 2576a99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function Legend({ fullWidth }: LegendType): JSX.Element {
return (
<Box
sx={fullWidth ? sxClasses.container : { ...sxClasses.container, ...sxClasses.containerHeight }}
ref={leftPanelRef}
{...(!fullWidth && { ref: leftPanelRef })}
id="legendContainer"
>
<Box display="flex" flexDirection="row" flexWrap="wrap">
Expand Down

0 comments on commit 2576a99

Please sign in to comment.