Hotels FE is having an issue with <Text> not accepting a width prop for IE
See original GitHub issueDescribe the bug
For IE we want to give the <Text>
component a defined width because without it IE is not displaying it properly.
Potential Solutions We could simply add a width prop to the Text component, or we could have the Text component be built on top of the Box component. Right now, Text is just a styled.div.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10
Top Results From Across the Web
vx/text width prop breaks w/ SSR #266 - airbnb/visx - GitHub
I'm not actually sure if this has anything to do with SSR, but the problem presents only on fresh page loads in my...
Read more >Internet Explorer 11 word wrap is not working - Stack Overflow
I got here for a different problem where word-wrap wasn't working on IE11; The {width: 100%} solution did work for me. Save this...
Read more >UWr - River Thames Conditions
Bananenchips maken surinaams, Tin tan revoltoso pelicula completa, Call ireland from france code, Cofanetto batman nolan, Cuisine juive tunisienne, ...
Read more >2022-23 MSHSAA Official Handbook
In a) accepting those funds or having event fees paid would not be permissible. This would be a cash/cash equivalent.
Read more >Lots of Ways to Use Math.random() in JavaScript - CSS-Tricks
This is incredibly useful for gaming, animations, randomized data, generative art, random text generation, and more!
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
Awesome, I’ll give this time for anyone else to review this convo and weigh in as well. And then I will be happy to own the work to get it done.
And as you mentioned, @sdalonzo , this could be an option too:
(screen shot is from styled system docs, not from our Box). We would need to verify that overflow is accessible on our current version of the styled system.