Labels break when switching from 0.97.6 to 0.97.7
See original GitHub issueUpdating 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.
0.97.6
0.97.7
Issue Analytics
- State:
- Created 7 years ago
- Comments:6
Top Results From Across the Web
Change log : software-properties package : Ubuntu - Launchpad
Change log for software-properties package in Ubuntu ... a complete soures.list line don't require the --login option as that breaks automated setups.
Read more >$("modal").openModal is not a function · Issue #3845 - GitHub
I get $("modal").openModal is not a function after your release 0.97.8 openModal, open and modal properties are undefined.
Read more >Combining split-sample testing and hidden Markov modelling ...
Since this paper is concerned with the robustness of hydrological mod- els for climate change impact assessments, we focus on the differential ...
Read more >Recent Changes - Omegahat
Change to the default value of the error parameter in htmlParse() and htmlTreeParse() which will generate a structured R error if there is...
Read more >Changelog - Debian Package Tracker
[ Sebastian Andrzej Siewior ] * Drop LLVM usage on powerpc (it is broken since the v3.6 switch). -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
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 addleft: 0
to the label element