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

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.
@@ -45099,7 +45099,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
45099
45099
  href: AppUrlService.editWebSite(this.site),
45100
45100
  target: `_web_${this.site.folderID}`
45101
45101
  }), XNode.create(InlinePopupButton, {
45102
- popup: () => XNode.create("div", null, " ", ...this.site.hosts.map(h => XNode.create("a", {
45102
+ popup: () => XNode.create("div", {
45103
+ "data-layout": "vertical-flex-stretch-items"
45104
+ }, " ", ...this.site.hosts.map(h => XNode.create("a", {
45103
45105
  href: `https://${h.host}`,
45104
45106
  target: "_blank"
45105
45107
  }, h.host))),