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
Tabs in the sources modal are truncated with '...' if they're too long. If they're truncated, then the short attribution is not rendered.
The short attribution should be rendered. The '...' should be rendered after the short attribution.
overflow: ellipsis is applied the the button element but apparently can't deal with nested spans
overflow: ellipsis
We want to move away from truncation and render multi-line labels instead, see #3654. If we do that, then fixing this is obsolete.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Tabs in the sources modal are truncated with '...' if they're too long. If they're truncated, then the short attribution is not rendered.
Expected behaviour
The short attribution should be rendered. The '...' should be rendered after the short attribution.
Steps to reproduce
Screenshots
Technical explanation
overflow: ellipsis
is applied the the button element but apparently can't deal with nested spansAdditional context
We want to move away from truncation and render multi-line labels instead, see #3654. If we do that, then fixing this is obsolete.
The text was updated successfully, but these errors were encountered: