diff --git a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue index e8a9ba827..1c7805713 100644 --- a/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue +++ b/app/javascript/dashboard/components/widgets/conversation/ReplyBox.vue @@ -1136,7 +1136,7 @@ export default { v-else-if="!showRichContentEditor" ref="messageInput" v-model="message" - class="input" + class="input rounded-none" :placeholder="messagePlaceHolder" :min-height="4" :signature="signatureToApply"