| Index: third_party/WebKit/Source/devtools/front_end/ui/reportView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/reportView.css b/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
|
| index 0deab5511fe05230b4f248d4a82723a231252b1d..65171e2d9975b2bd8ced686a8e3ee02733accfd7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
|
| @@ -28,14 +28,14 @@
|
| font-size: 15px;
|
| }
|
|
|
| -.report-url {
|
| +.report-url, .report-subtitle {
|
| font-size: 12px;
|
| margin-top: 10px;
|
| }
|
|
|
| .report-section {
|
| display: flex;
|
| - padding: 12px 6px;
|
| + padding: 12px;
|
| border-bottom: 1px solid rgb(230, 230, 230);
|
| flex-direction: column;
|
| }
|
| @@ -62,7 +62,7 @@
|
| }
|
|
|
| .report-row {
|
| - padding: 0 0 2px 18px;
|
| + margin: 10px 0 2px 18px;
|
| }
|
|
|
| .report-field-name {
|
|
|