Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#33248 closed defect (bug) (fixed)

Customizer Theme Installer version and description should not be floated

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

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 11 years ago.
theme-description class should have width : 100% instead of max-width

Download all attachments as: .zip

Change History (4)

#1 @obenland
11 years ago

  • Component CustomizeThemes

@mehulkaklotar
11 years ago

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

#2 @obenland
11 years ago

  • Keywords has-patch added; needs-patch removed
  • Milestone Awaiting Review4.4

#3 @obenland
11 years ago

  • Owner set to obenland
  • Resolutionfixed
  • Status newclosed

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.