We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My application name is a bit too long and overlaps the current queue name:
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?
boardOptions
uiConfig
The text was updated successfully, but these errors were encountered:
Make your logo smaller ;) I don't think that there is some font-size unit that is relative to the parent container...
Sorry, something went wrong.
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:
a
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 :)
No branches or pull requests
My application name is a bit too long and overlaps the current queue name:
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?The text was updated successfully, but these errors were encountered: