Remove Unnecessary White Spaces in the New Universal Login Widgets

Problem statement

Can the unnecessary white spaces in the New Universal Login widgets be removed?

Solution

There is no easy way to control the white spaces specified in the New Universal Login widgets. Although it might be possible to overlay content over the widget to make it appear to have fewer white spaces, this is not recommended since the HTML structure and CSS class names in the widget will change each time we build the project.

 <body class="_widget-auto-layout _use-custom-prompt-logo">
    {%- auth0:widget -%}
  </body>

Related References