Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#16582 closed defect (bug) (fixed)

Ticket fields are too wide in Firefox

Reported by: scribu's profile scribu Owned by: nacin's profile nacin
Milestone: WordPress.org Priority: normal
Severity: normal Version:
Component: WordPress.org Site Keywords: has-patch
Focuses: Cc:

Description

See screenshot:

http://i.imgur.com/UajQf.png

( feeling meta about creating a ticket about the ticket creation page :)

Change History (5)

#2 @nacin
13 years ago

Sounds like this is just ubuntu?

Can you submit some CSS to fix this?

Less concerned about the lack of wrapping on the email.

#3 @nacin
13 years ago

  • Status changed from new to reviewing

#4 @scribu
13 years ago

  • Keywords has-patch added

Sure:

#properties .fullrow input {
    width: 97.5%;
}
#properties .col1 input {
    width: 87.5%;
}
#properties .col2 input {
    width: 92.5%;
}

#5 @nacin
13 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

Will be included in the next deploy (probably today).

Note: See TracTickets for help on using tickets.