diff --git a/x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js b/x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js index 63f29f38cdc2..99100111f84f 100644 --- a/x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js +++ b/x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js @@ -59,7 +59,7 @@ export class MBMapContainer extends React.Component { return { prevLayerList: nextLayerList, hasSyncedLayerList: false, - maxWidth: '260px', // width of table columns max-widths plus all padding + }; } @@ -73,6 +73,7 @@ export class MBMapContainer extends React.Component { this._mbPopup = new mapboxgl.Popup({ closeButton: false, closeOnClick: false, + maxWidth: '260px', // width of table columns max-widths plus all padding }); this._mbDrawControl = new MapboxDraw({ displayControlsDefault: false,