diff --git a/.gitignore b/.gitignore
index ee44a9639..d7926118d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
.idea
target
+node_modules
+.nuxt
diff --git a/.mvn/wrapper/maven-wrapper.jar b/.mvn/wrapper/maven-wrapper.jar
new file mode 100644
index 000000000..c1dd12f17
Binary files /dev/null and b/.mvn/wrapper/maven-wrapper.jar differ
diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties
new file mode 100644
index 000000000..015dfe682
--- /dev/null
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.3/apache-maven-3.8.3-bin.zip
+wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
diff --git a/src/frontend/components/room/ChatContent.vue b/src/frontend/components/room/ChatContent.vue
index 6eaae3a6b..2a854c540 100644
--- a/src/frontend/components/room/ChatContent.vue
+++ b/src/frontend/components/room/ChatContent.vue
@@ -16,7 +16,7 @@
-
+
@@ -53,4 +53,8 @@ export default {
diff --git a/src/frontend/components/room/ChatMessageSender.vue b/src/frontend/components/room/ChatMessageSender.vue
index 06926119d..24e4be21c 100644
--- a/src/frontend/components/room/ChatMessageSender.vue
+++ b/src/frontend/components/room/ChatMessageSender.vue
@@ -6,7 +6,7 @@
>