Forum Discussion
John Patrick
Jan 22, 2018Copper Contributor
Center text vertically in Row with Sharepoint Modern List?
Hello all. First post! How do we center text vertically in Row with a Sharepoint Modern List (online)? What we have works with Chrome and Edge, but not IE.
Chrome:
IE:
2 Replies
Sort By
- Nigel WitherdinIron ContributorWhat is is that you have? Looks like you are implementing a field customizer, which I believe is the right way to go about this. If so I guess that it is only a CSS issue - IE is pretty notorious for not supporting CSS/JS customizations, or not rendering the way you would expect. I assume you need to put in a "valign: middle" CSS class on the div containing the values to force it to be centred vertically Thanks, Nigel
- John PatrickCopper ContributorPerhaps I posted this in the wrong area? If so, I apologize.