Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#33248 closed defect (bug) (fixed)

Customizer Theme Installer version and description should not be floated

Reported by: afercia's profile afercia Owned by: obenland's profile obenland
Milestone: 4.4 Priority: normal
Severity: normal Version: 4.2
Component: Themes Keywords: has-patch
Focuses: ui Cc:

Description

Small layout bug noticed while testing the Customizer. See in the screenshot below: the Theme Installer when the Theme description is very short.

https://cldup.com/RP2rs4MS7q.png

Not sure why the version and description are floated in the first place, maybe they shouldn't.

Attachments (1)

33248.diff (376 bytes) - added by mehulkaklotar 10 years ago.
theme-description class should have width : 100% instead of max-width

Download all attachments as: .zip

Change History (4)

#1 @obenland
10 years ago

  • Component changed from Customize to Themes

@mehulkaklotar
10 years ago

theme-description class should have width : 100% instead of max-width

#2 @obenland
10 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone changed from Awaiting Review to 4.4

#3 @obenland
10 years ago

  • Owner set to obenland
  • Resolution set to fixed
  • Status changed from new to closed

In 33651:

Themes: Prevent short descriptions from wrapping version info.

Props mehulkaklotar for initial patch.
Fixes #33248.

Note: See TracTickets for help on using tickets.