2
I am using tabular data in a table and some information with 90 degrees (standing) in the cells. However css does not behave as expected and leaves large spaces as if the text is normal horizontally. Does anyone know of any property that can solve this?
Following link here to see how it turned out. I just put :
p {
-webkit-transform: rotate(-90deg);
white-space: nowrap;
}
I think it would help a lot if you showed the relevant CSS code snippet and the current result, dsantoro.
– OnoSendai