josebalius / ngReactGrid

A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
http://josebalius.github.io/ngReactGrid/
MIT License
328 stars 47 forks source link

Fix the search box height #33

Closed pmq closed 9 years ago

pmq commented 9 years ago

Maybe I'm the only one to see this, but the search box has an hardcoded CSS height that makes its content unreadable on my browser (Chrome 38 / Mac). See attached screenshots, before and after the patch.

Before : unreadable-searchbox

After : correct-searchbox

josebalius commented 9 years ago

Thanks @pmq appreciate these fixes.