Changeset 31814 in webkit


Ignore:
Timestamp:
Apr 11, 2008, 10:05:31 AM (17 years ago)
Author:
mitz@apple.com
Message:

Reviewed by Timothy Hatcher.

  • page/inspector/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r31808 r31814  
     12008-04-11  Dan Bernstein  <mitz@apple.com>
     2
     3        Reviewed by Timothy Hatcher.
     4
     5        - fix http://bugs.webkit.org/show_bug.cgi?id=18412
     6          Inspector truncates text when editing a CSS property
     7
     8        * page/inspector/inspector.css:
     9
    1102008-04-11  Antti Koivisto  <antti@apple.com>
    211
  • trunk/WebCore/page/inspector/inspector.css

    r31748 r31814  
    860860.section .properties li.editing {
    861861    margin-left: 8px;
     862    text-overflow: clip;
    862863}
    863864
Note: See TracChangeset for help on using the changeset viewer.