Development

#3328 (web debug toolbar wraps on safari)

You must first sign up to be able to contribute.

Ticket #3328 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

web debug toolbar wraps on safari

Reported by: amadeus Assigned to: fabien
Priority: minor Milestone: 1.0.14
Component: other Version: 1.1.0 DEV
Keywords: Cc:
Qualification: Unreviewed

Description

This declaration

white-space:nowrap;

is needed in sf_web_debug/css/main.css for the #sfWebDebugBar property to prevent wrapping of millisecond time into the next line in safari.

Change History

04/14/08 16:16:15 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [8444]) fixed web debug toolbar in safari (closes #3328, #1673)

04/14/08 16:16:36 changed by fabien

  • milestone set to 1.0.14.

04/14/08 16:18:15 changed by fabien

(In [8445]) fixed web debug toolbar in safari (closes #3328, #1673 - patch from amadeus)