The watchlist area "jumps" after load. This happens because the welcome string doesn't take into account that there will be a button there, and when the button appears it squishes the text and make it jump to more lines than before, hence moving the results down and causing a "jump".
The commit fixes that by constraining the width of the text to accommodate the button in most languages. The button translations should at least attempt to now make the button text too long.