Skip to content

Commit 4f4e1e0

Browse files
committed
clean up
1 parent 8043ce1 commit 4f4e1e0

File tree

1 file changed

+1
-12
lines changed
  • services/static-webserver/client/source/class/osparc/ui/form

1 file changed

+1
-12
lines changed

services/static-webserver/client/source/class/osparc/ui/form/IntlTelInput.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -168,24 +168,13 @@ qx.Class.define("osparc.ui.form.IntlTelInput", {
168168
const textColor = qx.theme.manager.Color.getInstance().resolve("text");
169169
const bgColor = qx.theme.manager.Color.getInstance().resolve("input_background");
170170
const productColor = qx.theme.manager.Color.getInstance().resolve("product-color");
171-
const height = isCompact ? 24 : 25;
171+
const height = isCompact ? 26 : 30;
172172

173173
phoneNumber.set({
174174
minWidth: 185,
175175
maxHeight: height,
176176
margin: 0,
177-
marginTop: 2,
178177
});
179-
if (isCompact) {
180-
phoneNumber.set({
181-
marginLeft: -1,
182-
});
183-
} else {
184-
phoneNumber.set({
185-
marginLeft: 2,
186-
marginRight: 2,
187-
})
188-
}
189178

190179
if (itiInput) {
191180
itiInput.a.style["width"] = feedbackIcon.isVisible() ? "185px" : "215px";

0 commit comments

Comments
 (0)