We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c5a5d commit 85d0e24Copy full SHA for 85d0e24
x-pack/legacy/plugins/maps/public/connected_components/map/mb/view.js
@@ -59,7 +59,7 @@ export class MBMapContainer extends React.Component {
59
return {
60
prevLayerList: nextLayerList,
61
hasSyncedLayerList: false,
62
- maxWidth: '260px', // width of table columns max-widths plus all padding
+
63
};
64
}
65
@@ -73,6 +73,7 @@ export class MBMapContainer extends React.Component {
73
this._mbPopup = new mapboxgl.Popup({
74
closeButton: false,
75
closeOnClick: false,
76
+ maxWidth: '260px', // width of table columns max-widths plus all padding
77
});
78
this._mbDrawControl = new MapboxDraw({
79
displayControlsDefault: false,
0 commit comments