Minor design fixes (line height, punctuation)
This commit is contained in:
parent
bc9e091d8b
commit
b12f2fb074
2 changed files with 2 additions and 1 deletions
|
@ -57,6 +57,7 @@ limitations under the License.
|
|||
text-align: center;
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
.OpeningClientView .defaultAvatar {
|
||||
|
|
|
@ -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" }, [
|
||||
|
|
Loading…
Reference in a new issue