Skip to main content

Bug Tracker

Side navigation

#6698 closed bug (worksforme)

Opened June 21, 2010 05:13AM UTC

Closed October 25, 2010 07:31PM UTC

Cross browser pop-up wrapping badly in Chrome Stable (for Ubuntu)

Reported by: danbeam Owned by:
Priority: undecided Milestone:
Component: misc Version:
Keywords: cross-browser compatibility Cc:
Blocked by: Blocking:
Description

The "Cross-browser" pop-up on jquery.com is wrapping "Chrome" to the next line because the text is slight too big.

Here's a fix using jQuery (for just this <p>):

$('.jq-checkpointSubhead p:eq(2)').css('font-size','0.9em');

Here's a fix for all the pop-ups:

$('.jq-checkpointSubhead p').css('font-size','0.9em');

I've also attached a patch for the CSS file (http://static.jquery.com/files/rocker/css/screen.css).

Attachments (3)
Change History (1)

Changed October 25, 2010 07:31PM UTC by rwaldron comment:1

priority: → undecided
resolution: → worksforme
status: newclosed