Tabs on ASC site not working well in Firefox
https://artsandsciences.osu.edu/featured-autumn-2017-courses
The text on tabs is breaking in Firefox
Comments:
- Solution: Rewrote scss for modular tabs
- removed transform styles from span tag
- added following to container (a tag): display: flex; align-items: center; justify-content: center;
There are a few other solutions listed at: http://stackoverflow.com/questions/5703552/css-center-text-horizontal-and-vertical-inside-a-div-block
- Second answer is most useful with many different solutions, some with varying results (Brian Canini - Apr 4, 2017)