@social-mail/social-mail-client 1.8.293 → 1.8.294

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@social-mail/social-mail-client",
3
- "version": "1.8.293",
3
+ "version": "1.8.294",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -71,7 +71,7 @@ export default class WebSiteDetail extends ContentPage<{ id }> {
71
71
  target={`_web_${this.site.folderID}`}
72
72
  />
73
73
  <InlinePopupButton
74
- popup={() => <div> { ... this.site.hosts
74
+ popup={() => <div data-layout="vertical-flex-stretch-items"> { ... this.site.hosts
75
75
  .map((h) =>
76
76
  <a
77
77
  href={`https://${h.host}`}