RESOLVED FIXED 160428
Web Inspector: Don't set `width:calc(100% - 0px); left:0px` on console messages
https://bugs.webkit.org/show_bug.cgi?id=160428
Summary Web Inspector: Don't set `width:calc(100% - 0px); left:0px` on console messages
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.