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

Window title ellipsis styles do not apply #5072

Open
dimodi opened this issue Jun 11, 2024 · 0 comments
Open

Window title ellipsis styles do not apply #5072

dimodi opened this issue Jun 11, 2024 · 0 comments
Labels

Comments

@dimodi
Copy link
Contributor

dimodi commented Jun 11, 2024

Describe the bug

The ellipsis styles for the Window title don't work due to the flexbox styles on the same element.

To reproduce

https://blazorrepl.telerik.com/wSkUbPvF53QWJc7m20

Expected behavior

The Window title should display ellipsis if it doesn't fit in the current Window width.

Affected suites (please remove the unneeded items)

  • All

Affected browsers (please remove the unneeded items)

  • All

Additional context

Workaround:

div.k-window-title {
    display: block;
}
@dimodi dimodi added Bug Something isn't working C:Dialog C:Window SEV: Low labels Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant