Skip to content

Commit 3a32e45

Browse files
committed
aesthetics
1 parent 5de5020 commit 3a32e45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,8 @@ qx.Class.define("osparc.dashboard.ResourceDetails", {
326326
icon: iconSrc,
327327
font: "text-14",
328328
padding: 8,
329-
gap: 18,
329+
paddingLeft: 12,
330+
gap: 14,
330331
cursor: "pointer",
331332
});
332333
dataAccess.addListener("tap", () => osparc.widget.StudyDataManager.popUpInWindow(resourceData["uuid"]));

0 commit comments

Comments
 (0)