Title: [227044] branches/safari-605-branch/Source/WebInspectorUI
Revision
227044
Author
[email protected]
Date
2018-01-16 21:05:11 -0800 (Tue, 16 Jan 2018)

Log Message

Cherry-pick r226995. rdar://problem/36568070

Modified Paths

Diff

Modified: branches/safari-605-branch/Source/WebInspectorUI/ChangeLog (227043 => 227044)


--- branches/safari-605-branch/Source/WebInspectorUI/ChangeLog	2018-01-17 05:05:09 UTC (rev 227043)
+++ branches/safari-605-branch/Source/WebInspectorUI/ChangeLog	2018-01-17 05:05:11 UTC (rev 227044)
@@ -1,5 +1,22 @@
 2018-01-16  Jason Marcell  <[email protected]>
 
+        Cherry-pick r226995. rdar://problem/36568070
+
+    2018-01-16  Nikita Vasilyev  <[email protected]>
+
+            Web Inspector: Styles Redesign: Long value causes bad wrapping
+            https://bugs.webkit.org/show_bug.cgi?id=181618
+            <rdar://problem/36485175>
+
+            Reviewed by Joseph Pecoraro.
+
+            Wrap long values only when editing.
+
+            * UserInterface/Views/SpreadsheetCSSStyleDeclarationEditor.css:
+            (.spreadsheet-style-declaration-editor .value.editing):
+
+2018-01-16  Jason Marcell  <[email protected]>
+
         Cherry-pick r226996. rdar://problem/36568089
 
     2018-01-16  Nikita Vasilyev  <[email protected]>

Modified: branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationEditor.css (227043 => 227044)


--- branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationEditor.css	2018-01-17 05:05:09 UTC (rev 227043)
+++ branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/SpreadsheetCSSStyleDeclarationEditor.css	2018-01-17 05:05:11 UTC (rev 227044)
@@ -51,6 +51,7 @@
 .spreadsheet-style-declaration-editor .value.editing {
     display: inline-block;
     margin-right: 3px;
+    max-width: 100%;
 }
 
 .spreadsheet-style-declaration-editor.no-properties {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to