timgremore commited on
Commit
a0c1c94
1 Parent(s): 59c36fe

fix: Limit click target to chunk text

Browse files
lib/medical_transcription_web/components/transcription_text_component.ex CHANGED
@@ -82,7 +82,7 @@ defmodule MedicodeWeb.Components.TranscriptionTextComponent do
82
  id={"#{@id}-transcription-text"}
83
  contenteditable
84
  role="textbox"
85
- class="h-full min-h-full rounded p-2"
86
  phx-hook="ContentEditor"
87
  phx-target={@myself}
88
  phx-event-name="reclassify_transcription"
 
82
  id={"#{@id}-transcription-text"}
83
  contenteditable
84
  role="textbox"
85
+ class="rounded p-2"
86
  phx-hook="ContentEditor"
87
  phx-target={@myself}
88
  phx-event-name="reclassify_transcription"