waygo-maps 1.0.92 → 1.0.94

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.
Files changed (2) hide show
  1. package/dist/style.css +4 -0
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1362,6 +1362,7 @@ body {
1362
1362
  border: none;
1363
1363
  outline: none;
1364
1364
  box-sizing: border-box;
1365
+ overflow: hidden;
1365
1366
  padding: 8px 8px 8px 4px;
1366
1367
  cursor: pointer;
1367
1368
  border-radius: 14px;
@@ -1388,6 +1389,9 @@ body {
1388
1389
  font-family: "Inter", "sans-serif";
1389
1390
  text-align: left;
1390
1391
  color: #1e1e1e;
1392
+ text-overflow: ellipsis;
1393
+ overflow: hidden;
1394
+ white-space: nowrap;
1391
1395
  }
1392
1396
 
1393
1397
  .content-placement-details-view {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waygo-maps",
3
- "version": "1.0.92",
3
+ "version": "1.0.94",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist/bundle.js",