[fix] panel overflowing on welcome page
This commit is contained in:
parent
380c3f0c75
commit
4d640b5a3d
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -15,3 +15,7 @@ input {
|
|||
margin-left: 5px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
overflow: auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue