-
-
Notifications
You must be signed in to change notification settings - Fork 317
fix(resource-info): Fix layout for long filenames #3516
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
Conversation
f71daee to
770feb1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3516 +/- ##
=======================================
Coverage 97.19% 97.19%
=======================================
Files 287 287
Lines 7559 7559
=======================================
Hits 7347 7347
Misses 212 212 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
770feb1 to
f5375f3
Compare
The resource info for attachments has a auto collapsing preview. Since filenames can be very long if they are hosted on remote blob storages we need to constrain the width. Signed-off-by: Thomas von Deyen <[email protected]>
f5375f3 to
63056b7
Compare
Long sentences do not fit well in the picture sidebar on small screens. And this is more grammatically correct anyway. Signed-off-by: Thomas von Deyen <[email protected]>
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
What is this pull request for?
The resource info for attachments has a auto collapsing preview. Since filenames can be very long if they are hosted on remote blob storages we need to constrain the width.
Checklist