I want to have 2 lines in the resource header of the scheduler. I tried putting a <br> to go to the next line.
But the Div of the header sets the cell height the same as the line height. So the <br> would push the next line out of the cell.
<div unselectable='on' style='margin-left:4px; height:39px; line-height:39px; overflow:hidden;'>
Is there a way around this?