Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css |
| index ed822d13fd74b4fc5a5305353f82dd06e69cb5e9..37e2f7041de192ce939be3af167e326c639f7f13 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css |
| @@ -14,7 +14,7 @@ |
| .search-drawer-header input.search-config-search { |
| padding: 0 28px; |
| - margin: 1px 0px 0px 1px; |
| + margin: 1px 0px 1px 1px; |
|
lushnikov
2016/05/04 23:35:05
margin: 1px;
wdyt?
luoe
2016/05/04 23:38:21
It's actually flush on both sides when it's 1 0 1
|
| height: 28px; |
| border-radius: 2px; |
| color: #303030; |