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

Commit

Permalink
style(chat): chat messages already adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
AteKitty07 committed Oct 11, 2022
1 parent 10cabe4 commit 1c31c36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/consultation/chat_window/chat_message_item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@
}
.message-item-content {
max-width: 40vh;
inline-size: 100vh;
overflow-wrap: break-word;
&.text-message-content {
@apply ml-2 py-1 px-2;
@apply border rounded-lg border-true-gray-600 border-opacity-50;
Expand Down

0 comments on commit 1c31c36

Please sign in to comment.