Containing element not expanding vertically when content has rotated text
问题 I have a table with some th tags that contain text that is rotated via CSS. The problem I have is that the th is not expanding vertically with the content. Here is a basic example of the markup I have: HTML: <table> <thead> <th> <div class="rotated-text">Some Text</div> </th> <th> <div class="rotated-text">Some More Text</div> </th> <th> <div class="rotated-text">Even More Text</div> </th> </thead> </table> CSS: .rotated-text { filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);