File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
services/static-webserver/client/source/class/osparc/ui/form Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments