fix: codemirror search bar misaligned (#4203)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Nivedin
2024-07-22 17:04:53 +05:30
committed by GitHub
parent 801df8ea97
commit 7652dab9c4
7 changed files with 7 additions and 50 deletions

View File

@@ -106,7 +106,6 @@
<RealtimeCommunication
:show-event-field="true"
:is-connected="connectionState === 'CONNECTED'"
class="cmResponseSecondaryStickyFold"
event-field-styles="top-upperSecondaryStickyFold"
sticky-header-styles="top-upperTertiaryStickyFold"
@send-message="sendMessage($event)"

View File

@@ -46,7 +46,6 @@
>
<RealtimeCommunication
:is-connected="connectionState === 'CONNECTED'"
class="cmResponsePrimaryStickyFold"
sticky-header-styles="top-upperSecondaryStickyFold"
@send-message="sendMessage($event)"
/>