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

fix(module: table): text would overflow at the column which is fixed and ellipsis #3291

Merged
merged 3 commits into from
Jun 8, 2023

Conversation

ElderJames
Copy link
Member

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

fixed #3257

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link

github-actions bot commented Jun 6, 2023

@codecov
Copy link

codecov bot commented Jun 8, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04 ⚠️

Comparison is base (61bfb03) 45.27% compared to head (87c6eb4) 45.24%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3291      +/-   ##
==========================================
- Coverage   45.27%   45.24%   -0.04%     
==========================================
  Files         557      557              
  Lines       26725    26731       +6     
  Branches      266      266              
==========================================
- Hits        12100    12094       -6     
- Misses      14585    14597      +12     
  Partials       40       40              
Impacted Files Coverage Δ
components/table/Column.razor 0.00% <0.00%> (ø)
components/table/Column.razor.cs 0.00% <0.00%> (ø)

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ElderJames ElderJames merged commit 4e7977f into master Jun 8, 2023
4 of 6 checks passed
@ElderJames ElderJames deleted the fix/table-fixed-left-ellipsis-overflow branch June 8, 2023 15:30
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

Successfully merging this pull request may close these issues.

Table Fixed="left” Width="50 display mismatch
1 participant