[webkit-reviews] review denied: [Bug 93451] Web Inspector: Search matches count view is flaky. : [Attachment 157641] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 9 23:10:03 PDT 2012


Pavel Feldman <pfeldman at chromium.org> has denied  review:
Bug 93451: Web Inspector: Search matches count view is flaky.
https://bugs.webkit.org/show_bug.cgi?id=93451

Attachment 157641: Patch
https://bugs.webkit.org/attachment.cgi?id=157641&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=157641&action=review


The right fix is to change .search-results-matches to have { min-width: 50px;
margin-right: 36px; }

> Source/WebCore/inspector/front-end/inspector.css:289
> +    float: left;

you should not do float: left for two components belonging to the same
container.


More information about the webkit-reviews mailing list