Title: [129474] branches/chromium/1229/Source/WebCore/inspector/front-end/inspector.css
- Revision
- 129474
- Author
- [email protected]
- Date
- 2012-09-25 01:20:10 -0700 (Tue, 25 Sep 2012)
Log Message
Merge 129117 - Web Inspector: [Elements] Word wrap disablement in the DOM tree broken
https://bugs.webkit.org/show_bug.cgi?id=97185
Reviewed by Pavel Feldman.
Restored the effective "white-space: nowrap" for the tree elements.
* inspector/front-end/inspector.css:
(.nowrap):
[email protected]
Review URL: https://codereview.chromium.org/10978018
Modified Paths
Diff
Modified: branches/chromium/1229/Source/WebCore/inspector/front-end/inspector.css (129473 => 129474)
--- branches/chromium/1229/Source/WebCore/inspector/front-end/inspector.css 2012-09-25 08:15:17 UTC (rev 129473)
+++ branches/chromium/1229/Source/WebCore/inspector/front-end/inspector.css 2012-09-25 08:20:10 UTC (rev 129474)
@@ -44,7 +44,7 @@
}
.nowrap {
- white-space: nowrap;
+ white-space: nowrap !important;
}
#toolbar {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes