diff --git a/css/data-explorer.css b/css/data-explorer.css
index eaca2824..72eff400 100644
--- a/css/data-explorer.css
+++ b/css/data-explorer.css
@@ -40,6 +40,7 @@
float: left;
margin-top: 1px;
margin-right: 5px;
+ width: 200px;
}
.header .recline-query-editor .pagination input {
diff --git a/recline.js b/recline.js
index 6fb9311e..4b29f5d6 100644
--- a/recline.js
+++ b/recline.js
@@ -812,7 +812,7 @@ my.DataGrid = Backbone.View.extend({
template: ' \
\
\
- \
+ \
\
\
{{#notEmpty}} \
@@ -1173,9 +1173,9 @@ my.QueryEditor = Backbone.View.extend({
\
\
\
@@ -1294,7 +1294,7 @@ my.notify = function(message, options) {
× \
{{msg}} \
{{#loader}} \
-

\
+
\
{{/loader}} \
';
var _templated = $.mustache(_template, tmplData);
diff --git a/src/view-grid.js b/src/view-grid.js
index c079226b..9a0d5345 100644
--- a/src/view-grid.js
+++ b/src/view-grid.js
@@ -160,7 +160,7 @@ my.DataGrid = Backbone.View.extend({
template: ' \
\
\
-