File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -461,6 +461,12 @@ div.auth0-lock-error::before{
461461 width : auto;
462462 margin : 0px 20px 10px 20px ;
463463 }
464+ div .auth0-lock-error-msg {
465+ white-space : normal;
466+ }
467+ div .auth0-lock-error ::before {
468+ left : calc (100% + 5px )
469+ }
464470 /* end: form */
465471
466472 /* terms */
Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ var qs = (function (a) {
1212 return b ;
1313} ) ( window . location . search . substr ( 1 ) . split ( "&" ) ) ;
1414$ ( document ) . ready ( function ( ) {
15- document . addEventListener ( 'dblclick' , function ( event ) {
16- console . log ( "Double-click disabled!" ) ;
17- event . preventDefault ( ) ;
18- event . stopPropagation ( ) ;
19- } , true //capturing phase!!
20- ) ;
2115 $ . each ( countryObjs , function ( ) {
2216 $ ( "#country" ) . append (
2317 $ ( "<option></option>" ) . text ( this . name ) . val ( JSON . stringify ( this ) )
You can’t perform that action at this time.
0 commit comments