Bug 160428

Summary: Web Inspector: Don't set `width:calc(100% - 0px); left:0px` on console messages
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Nikita Vasilyev
Reported 2016-08-01 15:22:35 PDT
Console messages inside console.group() are indented. It makes sense to indent them by setting inline styles. There is no reason to set `width:calc(100% - 0px); left:0px` on every message outside of console.group().
Attachments
Patch (1.78 KB, patch)
2016-08-01 15:26 PDT, Nikita Vasilyev
no flags
Radar WebKit Bug Importer
Comment 1 2016-08-01 15:22:59 PDT
Nikita Vasilyev
Comment 2 2016-08-01 15:26:15 PDT
WebKit Commit Bot
Comment 3 2016-08-01 16:05:35 PDT
Comment on attachment 285046 [details] Patch Clearing flags on attachment: 285046 Committed r203994: <http://trac.webkit.org/changeset/203994>
WebKit Commit Bot
Comment 4 2016-08-01 16:05:39 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.