Skip to content

Commit

Permalink
Update legend.js
Browse files Browse the repository at this point in the history
  • Loading branch information
huggla authored Mar 26, 2024
1 parent b7f8af9 commit 57a4cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ const Legend = function Legend(options = {}) {
components: mainContainerComponents,
style: {
'max-height': `${maxHeight}px`,
'width': 'min-content'
width: 'min-content'
}
});

Expand Down

0 comments on commit 57a4cd6

Please sign in to comment.