Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/infobar.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/infobar.css b/third_party/WebKit/Source/devtools/front_end/ui/infobar.css |
| index c3ab2d7f0c15f1682868c55232cbaba1db59e1c0..bc1992f9114fcfb2b34ec57c6beeeb1f9b8fd875 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/infobar.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/infobar.css |
| @@ -47,14 +47,14 @@ |
| } |
| .infobar-details-rows { |
| - padding-top: 5px; |
| + padding: 5px 5px 0 5px; |
| } |
| .infobar-details-row { |
| display: flex; |
| flex-direction: column; |
| line-height: 18px; |
| - padding: 5px 6px 6px 6px; |
| + padding-bottom: 6px; |
| } |
| .close-button { |
| @@ -85,5 +85,5 @@ |
| .icon { |
| -webkit-mask-size: 18px 18px; |
| width: 18px; |
| - height: 18px; |
| + height: 19px; |
| } |