over lapping search box in firefox?

over lapping search box in firefox?

zephralzephral Posts: 1Questions: 0Answers: 0
edited May 2012 in General
image here,
http://zephral.com/

basicly the search box push the thead out to the right. and i cant figure out how to stop them from over lapping any ideas?

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Suspect you want to add:

    [code]
    table.dataTable {
    clear: both;
    }
    [/code]

    Allan
This discussion has been closed.