From d61c372c955f16bcdbbe5d810775286ec9ae21c4 Mon Sep 17 00:00:00 2001 From: niphlod Date: Thu, 11 Jun 2015 21:54:21 +0200 Subject: [PATCH] fix display of checkboxes in search form of grid --- applications/welcome/static/css/web2py-bootstrap3.css | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/welcome/static/css/web2py-bootstrap3.css b/applications/welcome/static/css/web2py-bootstrap3.css index ce4aea06..b705d653 100644 --- a/applications/welcome/static/css/web2py-bootstrap3.css +++ b/applications/welcome/static/css/web2py-bootstrap3.css @@ -283,6 +283,7 @@ li.w2p_grid_breadcrumb_elem { .web2py_console .form-control { width: 20%; display: inline; + height: 100%; } .web2py_console #w2p_keywords { width: 50%;