Skip to content

Commit

Permalink
Revert "Fix Requirement overflow"
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 authored Aug 20, 2024
1 parent d5432ce commit 33bb29e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const newBodyNode = (parentNode, id, txts, yStart) => {
// );

let currentRow = 0;
const charLimit = 24;
const charLimit = 30;
let wrappedTxts = [];
txts.forEach((textStr) => {
let currentTextLen = textStr.length;
Expand Down

0 comments on commit 33bb29e

Please sign in to comment.