We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ccd34 commit 8775ffeCopy full SHA for 8775ffe
frontend/src/components/app/matches/Chat.vue
@@ -11,7 +11,7 @@
11
<h1 class="noSelect capitalize opacity-50">←</h1>
12
</div>
13
14
- <div id="messageBox" v-if="messages" class="messages my-2 break-words rounded-md overflow-scroll w-full">
+ <div id="messageBox" v-if="messages" class="messages my-2 break-words overflow-scroll w-full">
15
<h1 v-for="message in messages" :key="message.id"
16
v-bind:class="{
17
'py-2': true,
0 commit comments