Skip to content

Commit

Permalink
Merge pull request #34 from ahmetsaidkorucuk/fix/dnd-builder/text-ele…
Browse files Browse the repository at this point in the history
…ment-height-on-edit-mode

fix(dnd-builder): text element height update on edit mode
  • Loading branch information
ozsirmajotform authored Feb 14, 2024
2 parents 2178703 + 2ea65b8 commit 9dff541
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/styles/_jfReportsTextEditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
font-style: inherit;
overflow-y: visible;
&[contentEditable="true"] {

/* In the edit mode Text element height and scrollable area for quill editor
* And calculation applied for tolerance, banner height etc. in each report item
*/
max-height: calc(100% - 2.5rem);
cursor: text;
}

Expand Down

0 comments on commit 9dff541

Please sign in to comment.