Skip to content

Commit 8a6a623

Browse files
fix (#573 note): correct LINE_HEIGHT constant to fix last line text cutoff in notes
1 parent ad90f3f commit 8a6a623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pods/canvas/components/note/note.const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const PENCIL_ICON_WIDTH = 25;
99
const PENCIL_ICON_HEIGHT = 25;
1010
const PENCIL_MARGIN_RIGHT = 10;
1111
const GAP = 10;
12-
const LINE_HEIGHT = 20;
12+
const LINE_HEIGHT = 21;
1313

1414
export const NOTE_COMPONENT_CONST = {
1515
TITLE_CONTAINER_HEIGHT,

0 commit comments

Comments
 (0)