Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
🐛 Textarea du 1er message
Browse files Browse the repository at this point in the history
  • Loading branch information
ecnivtwelve committed Apr 30, 2023
1 parent 8c6469f commit 0462f56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/chat/ChatView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<IonInput ref="newChatSubject" placeholder="Sujet"></IonInput>
</IonItem>
<IonItem>
<IonTextarea ref="newChatMsg" placeholder="Contenu du 1er message"></IonTextarea>
<IonTextarea class="newChatMsg" ref="newChatMsg" placeholder="Contenu du 1er message"></IonTextarea>
</IonItem>
</IonList>

Expand Down Expand Up @@ -314,4 +314,9 @@
width: 56px;
height: 56px;
}
.newChatMsg {
padding-top: 10px;
height: 100px;
}
</style>

0 comments on commit 0462f56

Please sign in to comment.