Skip to content

Commit 5bb89d5

Browse files
committed
minor
1 parent 12abcaa commit 5bb89d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceBrowserBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ qx.Class.define("osparc.dashboard.ResourceBrowserBase", {
354354

355355
_addResourceFilter: function() {
356356
const resourceFilter = this._resourceFilter = new osparc.dashboard.ResourceFilter(this._resourceType).set({
357-
marginTop: osparc.dashboard.SearchBarFilter.HEIGHT,
357+
marginTop: osparc.dashboard.SearchBarFilter.HEIGHT + 10,
358358
maxWidth: this.self().SIDE_SPACER_WIDTH,
359359
width: this.self().SIDE_SPACER_WIDTH
360360
});

0 commit comments

Comments
 (0)