Skip to content

Commit febe7e8

Browse files
committed
minor
1 parent 6be8a34 commit febe7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

222222
/* TAGS */
223223
__createTagsFilterLayout: function() {
224-
const layout = new qx.ui.container.Composite(new qx.ui.layout.VBox(5));
224+
const layout = new qx.ui.container.Composite(new qx.ui.layout.VBox(2));
225225
osparc.utils.Utils.setIdToWidget(layout, this.__resourceType + "-tagsFilter");
226226

227227
this.__populateTags(layout, []);

0 commit comments

Comments
 (0)