Changeset 31814 in webkit
- Timestamp:
- Apr 11, 2008, 10:05:31 AM (17 years ago)
- Location:
- trunk/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog
r31808 r31814 1 2008-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 1 10 2008-04-11 Antti Koivisto <antti@apple.com> 2 11 -
trunk/WebCore/page/inspector/inspector.css
r31748 r31814 860 860 .section .properties li.editing { 861 861 margin-left: 8px; 862 text-overflow: clip; 862 863 } 863 864
Note:
See TracChangeset
for help on using the changeset viewer.