| Index: Source/devtools/front_end/sdk/CSSMetadata.js
|
| diff --git a/Source/devtools/front_end/sdk/CSSMetadata.js b/Source/devtools/front_end/sdk/CSSMetadata.js
|
| index 6e4659100aee8cfd6e8590aa797ab842dab8cbc4..42c9c68f52156bca31ec8ada11d3c1464e929065 100644
|
| --- a/Source/devtools/front_end/sdk/CSSMetadata.js
|
| +++ b/Source/devtools/front_end/sdk/CSSMetadata.js
|
| @@ -163,7 +163,7 @@ WebInspector.CSSMetadata._colors = [
|
| ];
|
|
|
| WebInspector.CSSMetadata._distanceProperties = [
|
| - 'background-position', 'border-spacing', 'bottom', 'font-size', 'height', 'left', 'letter-spacing', 'line-height', 'max-height', 'max-width', 'min-height',
|
| + 'background-position', 'border-spacing', 'bottom', 'font-size', 'height', 'left', 'letter-spacing', 'max-height', 'max-width', 'min-height',
|
| 'min-width', 'right', 'text-indent', 'top', 'width', 'word-spacing'
|
| ];
|
|
|
|
|