OpusCapita / react-crudeditor

OpusCapita React CRUD Editor

Home Page:https://opuscapita.github.io/react-crudeditor/branches/master/?currentComponentName=ContractEditor&maxContainerWidth=100%25&showSidebar=false

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix checkbox position in results listing header

estambakio-sc opened this issue · comments

Checkbox in a head of table is not lined with remaining header.

Currently margin-top is set to initial which doesn't work in IE11 and styles are inconsistent therefor.

TODO: fix checkbox class margin value, set it to auto for the same effect in all browsers; unset it for checkbox in a header.