Friday, June 21, 2024
1 change · master
Resolved issues and error corrections
Sign fields now resize more consistently, checkboxes start at a more usable size, and role labels no longer overlap field text. This makes document preparation clearer and reduces layout issues for users sending documents for signature.
Original PR description
This commit aims to address 3 issues with sign items: 1. Weird aspect ratio when resizing some sign items. 2. Checkbox sign item small default width. 3. Sign item role text overlaps with placeholder text. Changes: 1. fix the size of dragging arrow and role text 2. update the default width of the checkbox sign item type. 3. move the role text above the sign item box. Task: 3883615