style: Don't stretch Send button on input grow
diff --git a/loop/webui/src/web-components/sketch-chat-input.ts b/loop/webui/src/web-components/sketch-chat-input.ts
index d5ec75e..fe14688 100644
--- a/loop/webui/src/web-components/sketch-chat-input.ts
+++ b/loop/webui/src/web-components/sketch-chat-input.ts
@@ -55,6 +55,8 @@
       padding: 0 20px;
       cursor: pointer;
       font-weight: 600;
+      align-self: center;
+      height: 40px;
     }
 
     #sendChatButton:hover {