Skip to content

Commit 464e86a

Browse files
committed
minor
1 parent 066fc4f commit 464e86a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/static-webserver/client/source/class/osparc/share/ShareePermissions.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ qx.Class.define("osparc.share.ShareePermissions", {
8484
});
8585
const infoButton = new qx.ui.form.Button(null, "@MaterialIcons/info_outline/14");
8686
infoButton.setAppearance("strong-button");
87-
const label = new qx.ui.basic.Label();
87+
const label = new qx.ui.basic.Label().set({
88+
alignY: "middle",
89+
});
8890
hBox.add(infoButton);
8991
hBox.add(label);
9092
osparc.store.Services.getService(inaccessibleService.key, inaccessibleService.version)

0 commit comments

Comments
 (0)