diff --git a/src/components/chat/chat.vue b/src/components/chat/chat.vue index 9d3ab39cc8..0c3974725c 100644 --- a/src/components/chat/chat.vue +++ b/src/components/chat/chat.vue @@ -18,7 +18,9 @@
- +
+ +
@@ -41,9 +43,12 @@ } .chat-input { display: flex; - input { + form { flex: auto; - margin: 0.5em; + input { + margin: 0.5em; + width: 100%; + } } }