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.
- package/dist/style.css +4 -0
- 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 {
|