Updating from 0.97.6 to 0.97.7 causes the labels on a prefixed input field jump off the form. Please see the screenshots attached below.
It seems that the change that breaks the labels might be the addition of width: calc(100% - 3rem); to the elements.


I'm trying to reproduce this in a Plunker, will comment here once I get it done.
+1 only happens for me in firefox/safari. Chrome handles it just fine.
Happening to me in Chrome as well. This should be an higher priority issue.
I'm having the same problem in Chrome 52, macOS 10.11.6.
The weird thing is the bug shows only when I add the input field dynamically through Javascript. It looks fine when it's already included in my html.
just ran into this issue. It appears to arise from the different browser implementation in calculating position for absolutely positioned elements when left is not explicitly specified. Not sure if this is a browser vendor bug or an ambiguous part of the spec. The fix on materialize's level would be to add left: 0 to the label element
I cannot reproduce it in 0.98.2
Closed due inactivity, feel free to reopen it if it is still necessary, in that case, please provide a way to reproduce it. like a codepen
Most helpful comment
just ran into this issue. It appears to arise from the different browser implementation in calculating position for absolutely positioned elements when
leftis not explicitly specified. Not sure if this is a browser vendor bug or an ambiguous part of the spec. The fix on materialize's level would be to addleft: 0to the label element