diff --git a/css/data-explorer.css b/css/data-explorer.css index dfa75161..dd208e1e 100644 --- a/css/data-explorer.css +++ b/css/data-explorer.css @@ -72,6 +72,11 @@ * Data Table *********************************************************/ +.data-table .btn-group .dropdown-toggle { + padding: 1px 3px; + line-height: auto; +} + .data-table-container { overflow: auto; height: 550px; @@ -79,7 +84,6 @@ .data-table { border: 1px solid #ccc; - font-size: 12px; width: 100%; } diff --git a/src/view-grid.js b/src/view-grid.js index 1658877f..79b47e17 100644 --- a/src/view-grid.js +++ b/src/view-grid.js @@ -157,7 +157,7 @@ my.DataGrid = Backbone.View.extend({ // ====================================================== // #### Templating template: ' \ - \ +
\ \ \ {{#notEmpty}} \