Viewing 1 replies (of 1 total)
  • Hi

    This is on line 19 of screen.css

    table, td, th {
        vertical-align: middle;
    }

    It should be

    table, td, th {
        vertical-align: top;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Table Trouble’ is closed to new replies.