Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable word wrap? #2

Open
ve6rah opened this issue Dec 26, 2023 · 0 comments
Open

Disable word wrap? #2

ve6rah opened this issue Dec 26, 2023 · 0 comments

Comments

@ve6rah
Copy link

ve6rah commented Dec 26, 2023

I'm using this card with right justified text, and every time I insert a space it wraps the text to the next line, which I do not want. Any way to disable this behaviour?

    elements:
      - type: custom:text-action-element
        text: This is a test
        style:
          transform: translate(-100%, 0%)
          top: 10%
          left: 100%

Generates:

This
is
a
test

but

    elements:
      - type: custom:text-action-element
        text: This_is_a_test
        style:
          transform: translate(-100%, 0%)
          top: 10%
          left: 100%

properly generates:

This_is_a_test

Any help appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant