@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.
@@ -42006,7 +42006,9 @@ System.register(["tslib", "@web-atoms/core/dist/core/XNode", "@web-atoms/web-con
42006
42006
  href: AppUrlService.editWebSite(this.site),
42007
42007
  target: `_web_${this.site.folderID}`
42008
42008
  }), XNode.create(InlinePopupButton, {
42009
- popup: () => XNode.create("div", null, " ", ...this.site.hosts.map(h => XNode.create("a", {
42009
+ popup: () => XNode.create("div", {
42010
+ "data-layout": "vertical-flex-stretch-items"
42011
+ }, " ", ...this.site.hosts.map(h => XNode.create("a", {
42010
42012
  href: `https://${h.host}`,
42011
42013
  target: "_blank"
42012
42014
  }, h.host))),