Skip to content

[Bug]: The magic link button truncates message #3056

Open
@RicardoViteriR

Description

@RicardoViteriR

What happened?

Hello, I am using the Pre-built Light Theme with the spanish translation. The text message is truncated instead of being wrapped by the button.

Image

Seems the issue is at

<div class="magic login-button">
            <div>
              <div class="icon">
                <i class="fa fa-link"></i>
              </div>
              <div class="text">Inicio de sesión con un link mágico</div>
            </div>
          </div>

I tried modifying the login-button CSS class in browser but couldn't get it to render correctly. I suppose it is inheriting a class that's hiding the overflow and not wrapping it.

Version

1.54.0, 1.56.0

Saw on Firefox, Chrome, Safari on mac.

Affects Versions

Alternatives / Workarounds

Use advanced themes.

Modify the message to something shorter: Consigue un enlace mágico, Enlace mágico?

Replication Steps

Observe the overflow issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ThemingbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions