You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is due to the fact that a <table> is used for presentation.
We could try to switch to a div based layout. On OSX and Linux this would be easy since this is a WebKit backend, but I don't know how it's handled on Windows.
This is due to the fact that a
<table>is used for presentation.We could try to switch to a
divbased layout. On OSX and Linux this would be easy since this is a WebKit backend, but I don't know how it's handled on Windows.