<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:dcrousso+webkit&#64;gmail.com" title="Devin Rousso &lt;dcrousso+webkit&#64;gmail.com&gt;"> <span class="fn">Devin Rousso</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Editing CSS via Styles sidebar causes some white space to be stripped"
   href="https://bugs.webkit.org/show_bug.cgi?id=150553">bug 150553</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>dcrousso+webkit&#64;gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Editing CSS via Styles sidebar causes some white space to be stripped"
   href="https://bugs.webkit.org/show_bug.cgi?id=150553#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Editing CSS via Styles sidebar causes some white space to be stripped"
   href="https://bugs.webkit.org/show_bug.cgi?id=150553">bug 150553</a>
              from <span class="vcard"><a class="email" href="mailto:dcrousso+webkit&#64;gmail.com" title="Devin Rousso &lt;dcrousso+webkit&#64;gmail.com&gt;"> <span class="fn">Devin Rousso</span></a>
</span></b>
        <pre>I think I know why this is happening.  I made the previous change to add support for proper whitespace prepending, but I don't think I took into account the case where the text is indented by the formatter (my patch worked by looking at the existing whitespace before the first property and applied that space to every other line).  It is possible that the code I added doesn't take into account extra indentations not visible in the text of the style (like a formatted indent).  As a fix, I think it may be necessary to look at the ownerRule and see how many items are in mediaList and indent that many times (similar to what generateCSSRuleString does in CSSStyleDeclaration.js).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>