Within a div, there are four elements. I specifically want the last element to be positioned on the far right, so I applied float: right to it. However, in Firefox, the last element gets pushed to the end of the next line instead. This issue does not occur in other browsers. Unfortunately, I am unable to alter the HTML code. Is there a solution to resolve this problem?