Hello @Johan den Ouden,
Place the following in your Screen's css as shown in the screenshot further below, that should fix it.
.form span {
position: static;
}

This solution was originally suggested by Didier Leroy in this post. I tried it out to ensure it works.
Best regards,
AJ