@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.
- package/dist/cjs/gl-address-search_52.cjs.entry.js +1 -1
- package/dist/cjs/gl-address-search_52.cjs.entry.js.map +1 -1
- package/dist/collection/components/legend-item/legend-item.css +4 -0
- package/dist/esm/gl-address-search_52.entry.js +1 -1
- package/dist/esm/gl-address-search_52.entry.js.map +1 -1
- package/dist/webmapgl/p-1bffb772.entry.js +8 -0
- package/dist/webmapgl/p-1bffb772.entry.js.map +1 -0
- package/dist/webmapgl/webmapgl.esm.js +1 -1
- package/package.json +1 -1
- package/dist/webmapgl/p-41aed25d.entry.js +0 -8
- package/dist/webmapgl/p-41aed25d.entry.js.map +0 -1
|
@@ -691,7 +691,7 @@ const Legend = class {
|
|
|
691
691
|
get el() { return getElement(this); }
|
|
692
692
|
};
|
|
693
693
|
|
|
694
|
-
const legendItemCss = "gl-legend-item .item ion-thumbnail{height:40px;width:40px}";
|
|
694
|
+
const legendItemCss = "gl-legend-item .item ion-thumbnail{height:40px;width:40px}gl-legend-item ion-label{white-space:wrap !important}";
|
|
695
695
|
|
|
696
696
|
const LegendItem = class {
|
|
697
697
|
constructor(hostRef) {
|