| Index: third_party/WebKit/Source/devtools/front_end/ui/popover.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/popover.css b/third_party/WebKit/Source/devtools/front_end/ui/popover.css
|
| index a1d0c44e5bc32a56b79d9538ea64a19016adec8a..82c82046b72567bee26b05b0a93f198dc2100840 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/popover.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/popover.css
|
| @@ -19,11 +19,11 @@
|
| -webkit-user-select: text;
|
| line-height: 11px;
|
| flex: auto;
|
| - margin: 6px;
|
| + padding: 6px;
|
| }
|
|
|
| -.popover .content.no-margin {
|
| - margin: 0;
|
| +.popover .content.no-padding {
|
| + padding: 0;
|
| overflow: hidden;
|
| }
|
|
|
|
|