Skip to content

Commit

Permalink
Merge pull request #390 from visdesignlab/caption-length-fix
Browse files Browse the repository at this point in the history
Bugfix: div containing plotInfo caption no longer overflows
  • Loading branch information
NateLanza authored Sep 3, 2024
2 parents 1f9e396 + 8f03659 commit 82e85b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upset/src/components/custom/PlotInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export const PlotInformation = ({
padding: '.2em',
}}
>
<div style={{ height: '1.6em' }}>
<div style={{ minHeight: '1.6em' }}>
<Button
aria-label="Plot Information Editor"
style={{
Expand Down

0 comments on commit 82e85b9

Please sign in to comment.