WordPress.org

Making WordPress.org

#5077 closed defect (fixed)

Download button issue on small device

Reported by: passoniate Owned by: coffee2code
Milestone: Priority: normal
Component: Translate Site & Plugins Keywords: has-screenshots needs-design-feedback
Cc:

Description

Download button issue on small device https://make.wordpress.org/polyglots/teams/?locale=snd

Attachments (2)

buttonissue.png (174.4 KB) - added by passoniate 21 months ago.
buttonfix.png (38.3 KB) - added by passoniate 21 months ago.

Download all attachments as: .zip

Change History (5)

#1 @passoniate
21 months ago

#locale-header ul li.download-button,
#main ul#postlist .postcontent #locale-header ul li.download-button {
	float: left;
	height: 45px;
	width: 100%;
	font-size: 12px;
	margin: 8px 12px 0 0;	/* todo put list spacing on the button itself, so that the ul takes up no space when there are no li's inside it */
	padding: 6px 12px;
}

#2 @passoniate
21 months ago

  • Keywords needs-design-feedback added; needs-design removed

#3 @coffee2code
21 months ago

  • Owner set to coffee2code
  • Resolution set to fixed
  • Status changed from assigned to closed

In 9598:

WP I18N Teams: Fix responsive appearance of download buttons on team pages.

  • Prevent unnecessary font size increase
  • Prevent button text overflow and scrolling

Props passoniate, coffee2code.
Fixes #5077.

Note: See TracTickets for help on using tickets.