Skip to content

Commit b2118fd

Browse files
committed
minor
1 parent 54d1d96 commit b2118fd

File tree

1 file changed

+2
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop/account

1 file changed

+2
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
109109
const hiddenIcon = "@FontAwesome5Solid/eye-slash/12";
110110
const createImage = source => {
111111
return new qx.ui.basic.Image(source).set({
112+
alignX: "center",
112113
alignY: "middle",
113114
});
114115
}
@@ -121,7 +122,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
121122
};
122123
if (osparc.store.StaticInfo.isUpdatePhoneNumberEnabled()) {
123124
const updatePhoneNumberButton = new qx.ui.form.Button(null, "@FontAwesome5Solid/pencil-alt/12").set({
124-
padding: [2, 6],
125+
padding: [1, 5],
125126
});
126127
updatePhoneNumberButton.addListener("execute", this.__openPhoneNumberUpdater);
127128
widgets[pos.PHONE] = updatePhoneNumberButton;

0 commit comments

Comments
 (0)