Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed May 2, 2024
1 parent 4a66673 commit f90a03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webchat/WebChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f90a03f

Please sign in to comment.