-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Regression: Attachment auto size #28332
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #28332 +/- ##
===========================================
+ Coverage 44.90% 44.92% +0.02%
===========================================
Files 771 771
Lines 14980 14980
Branches 2092 2092
===========================================
+ Hits 6727 6730 +3
+ Misses 7955 7953 -2
+ Partials 298 297 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this not enough ?
.gallery-item {
max-width: 100%;
}
apps/meteor/client/components/message/content/urlPreviews/UrlImagePreview.tsx
Show resolved
Hide resolved
7efada1
to
f6c06d0
Compare
f6c06d0
to
475619b
Compare
475619b
to
4ec041c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ia the .eslintcache file needed?
if we want to speedup CI task and use the lint. yes it is and it mean @hugocostadev has run at least once the eslint on his machine |
Proposed changes (including videos or screenshots)
Attachment Image or Image Preview size in small screens are not respecting container boundaries
Before:
NOW:
Issue(s)
Steps to test or reproduce
Further comments
TC-530