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 efc9cb1 commit 338cd0c
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 @@ -690,7 +690,7 @@ const Legend = function Legend(options = {}) {
const legendControlCmp = El({
cls: 'grow flex justify-end align-center no-shrink',
style: {
'display': 'inline'
display: 'inline'
},
components: legendControlCmps
});
Expand Down

0 comments on commit 338cd0c

Please sign in to comment.