[Webkit-unassigned] [Bug 203754] New: Web Inspector: Elements: Styles: support multiline CSS property values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 1 13:25:21 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=203754

            Bug ID: 203754
           Summary: Web Inspector: Elements: Styles: support multiline CSS
                    property values
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Right now,

```
    grid-template-areas: "header header header header"
                         "main main .sidebar"
                         "footer footer footer footer";
```

appears as

```
    grid-template-areas: "header header header header" "main main .sidebar" "footer footer footer footer";
```

in the Styles details sidebar.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191101/95bbcdeb/attachment.htm>


More information about the webkit-unassigned mailing list