I am using tabular data in a table and some information with 90 degrees (standing) in cells. But the css does not behave as expected and leaves large spaces as if the text were normal horizontally. Does anyone know of any properties that will fix this?
Follow here to see how it looks. I just put:
p {
-webkit-transform: rotate(-90deg);
white-space: nowrap;
}