Skip to content

Commit da002bc

Browse files
committed
minor
1 parent 096c18f commit da002bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ qx.Class.define("osparc.dashboard.GroupedCardContainer", {
170170
});
171171
}
172172
contentContainer.set({
173-
padding: 5,
173+
paddingTop: 5,
174+
paddingBottom: 5,
174175
allowGrowX: false
175176
});
176177
this._addAt(contentContainer, 1, {

0 commit comments

Comments
 (0)