WordPress sidebar content moving to bottom of page

did you try this css property:

word-wrap: break-word;

There is a few others:

overflow-wrap: normal;
overflow-wrap: break-word;
overflow-wrap: anywhere;