Using OS11, I am building a Mobile App that has carditems to contain Courses like this:
I have not had this issue on other list item screens, but if the URL is too long it just goes outside the light-blue box in the diagram above during runtime. Like this:
So the problem is it is overwriting my Plus sign Action. It is happening on both the Header and the Content.
I would assume it should wrap automatically?
I'm not a CSS boffin, so I tried using containers and set the width, etc. but that did not make a difference. I also see there is a white-space CSS element that is set to pre-wrap, but should be set of normal. How do I go about setting just this items CSS? Or is there a better way to solve the challenge?
Thanks - still a newbie.