Do we prefer textboxes with the click-to-continue symbol always being in the same place (eg., bottom right, like in the top picture), or wherever the text itself ends (bottom picture)?
I'm currently doing the latter, and I'm running into an issue where if a line of text is exactly the width of the textbox, drawing the CTC symbol causes the last word to constantly move back and forth between the top line and the next line. This happens because the width of the CTC symbol pushes the total line distance past the maximum. The easy solution would just be to move it to the bottom right, but I wanted to get some other opinions first.