The Tobago sheet's width is hard-coded (not set in the css theme), to 85px. (per webpage view-source).
 
I found this out because I tried to set the height explicitly within our custom theme, within tobago-sheet.css, within .tobago-sheet-body-div, and set the layout manager to use 'fixed'. It didn't work, I still got a sheet with no visible length. Then I went to view source and noticed the following:
 
<div id="mainPage:quarantineSheet_data_div" class="tobago-sheet-body-div "
 style="width: 950px; height: 85px;">
 
 

Reply via email to