@ccrpc/webmapgl 0.18.8 → 0.18.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -695,7 +695,7 @@ const Legend = class {
695
695
  get el() { return index.getElement(this); }
696
696
  };
697
697
 
698
- const legendItemCss = "gl-legend-item .item ion-thumbnail{height:40px;width:40px}";
698
+ const legendItemCss = "gl-legend-item .item ion-thumbnail{height:40px;width:40px}gl-legend-item ion-label{white-space:wrap !important}";
699
699
 
700
700
  const LegendItem = class {
701
701
  constructor(hostRef) {