Recently, I've been exploring a form in a project I'm currently working on and stumbled upon an interesting issue with Microsoft Edge. It seems that the top border of the label on my form fields disappears on Edge (possibly due to the label being set to width: 100%;
and covering it up). Interestingly, I have not been able to replicate this behavior on any other browser or identify the specific CSS causing this effect.
Check out the image below for a comparison between Chrome and Edge:
Image: Form input comparison: Chrome Vs. Edge
Feel free to view the code snippet and visit the CodePen link for a full-screen experience on Edge:
CodePen: https://codepen.io/B-Lovegrove/pen/NadBVe
Note: For optimal viewing, use full-screen mode when checking the code snippet.