Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@vhargrave may have more insight on this, but I'd assume that this declaration was intentional. I had a look on
mena_ar
and the suggested change would make it look like:Although without this change it looks like:
I'd also question the device used to surface this issue. I had to go down to
280px
width to replicate the bug, although it's not a common occurrence according to this.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.
the bug has been raised based on this url, https://www.adobe.com/mena_ar/products/photoshop.html
as per the bug this issue is happening below 375px screen size.
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.
just looking at this now. @overmyheadandbody yeah, I originally added that css so that the United States text wouldn't wrap like it was doing here, and I wasn't accounting for screens below 300px:
The
display: inline-block
also seems to prevent that wrapping though and solves this other , if quite rare, bug.So I think since it's not making things worse and solving this issue, this is probably fine to get added. 👍