Make WordPress Core

Opened 5 years ago

Closed 4 years ago

#50804 closed defect (bug) (reported-upstream)

New post Social icons don't fit on mobile width

Reported by: irinelenache's profile irinelenache Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Editor Keywords: needs-testing close
Focuses: ui Cc:

Description

When adding social icons to a new post, if there are added too many icons, they disappear depending on the phone width.
Here is a video with the bug https://www.loom.com/share/9551e7bdb8f34cd3b14632ddea7854dc

Change History (2)

#1 @sabernhardt
4 years ago

  • Keywords close added

Hi @irinelenache and thanks for the report!

This issue is closely related, and a fix was applied:
https://github.com/WordPress/gutenberg/issues/24026

The icon links do not wrap in WordPress 5.5, but they work for me in the 5.6 release candidate.

To verify now that it will work for you, you could navigate to Appearance > Customize, find the "Additional CSS" section, paste the following line, and Publish:

.wp-block-social-links { flex-wrap: wrap; }

#2 @sabernhardt
4 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed

This exact issue was reported on GitHub, too, as noted in #50806:comment4.

If you have anything further to add, please comment on GB21395.

Note: See TracTickets for help on using tickets.