From f90a03f4f4a8450371c81fb36465b8a73dca6e8f Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Thu, 2 May 2024 20:48:33 +0000 Subject: [PATCH] fix typo --- src/webchat/WebChat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webchat/WebChat.ts b/src/webchat/WebChat.ts index 759a18cb..ecc74f6f 100644 --- a/src/webchat/WebChat.ts +++ b/src/webchat/WebChat.ts @@ -39,7 +39,7 @@ export class WebChat extends LitElement { static get styles() { return css` :host { - display: flex-; + display: flex; align-items: center; align-self: center; --curvature: 0.6em;