Hide not found container by default

This commit is contained in:
Brian Miyaji
2015-10-03 13:24:40 +10:00
parent 2104bc9682
commit 8fcfeab526

View File

@@ -320,6 +320,10 @@ table.widefat.sp-sortable-table tbody tr .icon {
cursor: move;
}
.sp-not-found-container {
display: none;
}
.sp-settings-bar {
float: none;
clear: both;