diff --git a/css/open.css b/css/open.css index 9f351c7..88f3c7e 100644 --- a/css/open.css +++ b/css/open.css @@ -57,6 +57,7 @@ limitations under the License. text-align: center; flex-direction: column; margin: 0; + line-height: 150%; } .OpeningClientView .defaultAvatar { diff --git a/src/open/OpenLinkView.js b/src/open/OpenLinkView.js index e7f7450..feeb44a 100644 --- a/src/open/OpenLinkView.js +++ b/src/open/OpenLinkView.js @@ -51,7 +51,7 @@ class TryingLinkView extends TemplateView { t.strong("Not working? "), t.a({ href: vm.deepLink, onClick: () => vm.startSpinner() }, "Try again"), " or ", - t.button({ className: "text", onClick: () => vm.close() }, "select another app") + t.button({ className: "text", onClick: () => vm.close() }, "select another app.") ]); return t.div({ className: "OpeningClientView" }, [