homeflowjs 0.13.45 → 0.13.46
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/package.json
CHANGED
@@ -469,7 +469,7 @@ export default class GeonamesMap extends DraggableMap {
|
|
469
469
|
text: sanitizeText(message),
|
470
470
|
escapeMarkup: false,
|
471
471
|
className: 'properties-map-toast',
|
472
|
-
style: { background: primaryColour, marginBottom: '
|
472
|
+
style: { background: primaryColour, marginBottom: '20px', },
|
473
473
|
}).showToast();
|
474
474
|
}
|
475
475
|
|