Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: Source/WebCore/inspector/front-end/elementsPanel.css

Issue 9242032: Merge 105070 - Web Inspector: styles sidebar rendering is broken (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/inspector/front-end/StylesSidebarPane.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/front-end/elementsPanel.css
===================================================================
--- Source/WebCore/inspector/front-end/elementsPanel.css (revision 105209)
+++ Source/WebCore/inspector/front-end/elementsPanel.css (working copy)
@@ -275,7 +275,7 @@
color: rgb(85, 85, 85);
float: right;
margin-left: 5px;
- max-width: 65%;
+ max-width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
@@ -299,6 +299,7 @@
margin: 0;
padding: 2px 4px 0 8px;
list-style: none;
+ clear: both;
}
.styles-section.no-affect .properties li {
« no previous file with comments | « Source/WebCore/inspector/front-end/StylesSidebarPane.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698