Opened 13 years ago
Closed 12 years ago
#6698 closed bug (worksforme)
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 (4)
Changed 13 years ago by
Attachment: | jquery_cross_browser_popup_bug.patch added |
---|
Changed 13 years ago by
Attachment: | jquery_cross_browser_popup_after_fix.png added |
---|
after applying fix
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch to the CSS (screen.css)