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

Allow resizing or wrapping the application name #885

Open
andreasciamanna opened this issue Jan 29, 2025 · 2 comments
Open

Allow resizing or wrapping the application name #885

andreasciamanna opened this issue Jan 29, 2025 · 2 comments

Comments

@andreasciamanna
Copy link

My application name is a bit too long and overlaps the current queue name:

Image

Would it be possible, in the boardOptions -> uiConfig to specify the font-size or even some custom CSS to override the style of the logo element?

Image Image
@felixmosh
Copy link
Owner

Make your logo smaller ;)
I don't think that there is some font-size unit that is relative to the parent container...

@andreasciamanna
Copy link
Author

Even with a smaller logo, I would still have problems with the length of the board title.

Another option could be to add this to the a element:

    text-wrap: auto;
    line-height: normal;

Not pretty, but better.

Anyway, it's not the end of the world. I can live with what I have :)

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

2 participants