try https://jsfiddle.net/74cgu6pm/7 on both crome and firefox you will get to know the issue.legend: { width:'100%' },
If you want full width and center the legends, you can use custom legends with HTML & CSS and use CSS properties to style them
display: flex;
justify-content: space-around;
Otherwise use itemDistance property of Highcharts
legend: {
itemDistance: 100
},