Skip to content

Commit

Permalink
[fix] panel overflowing on welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 4, 2016
1 parent 380c3f0 commit 4d640b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion caravel/assets/javascripts/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function modelViewTable(selector, modelEndpoint) {
pageLength: 10,
bLengthChange: false,
aaSorting: [],
searching: true
searching: true,
bInfo: false
});

var search = panel.find(".dataTables_filter input");
Expand Down
4 changes: 4 additions & 0 deletions caravel/assets/stylesheets/welcome.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ input {
margin-left: 5px;
margin-top: 8px;
}

.panel-body {
overflow: auto;
}

0 comments on commit 4d640b5

Please sign in to comment.