I have this page: http://www.problemio.com/problems/problem.php?problem_id=214
On it there is a link “suggest a solution” towards the middle bottom of the screen. If you click it, it calls a JS function to hide it, and show a diff element in its place. For some reason it places the other element on the next line which looks awkward.
Would you know why this is happening? I can’t figure it out 🙂
The
<a>tag containing the linkSuggest a solutionis set todisplay: block;This causes the breaks before and after.