| Index: third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
|
| index 243435ca3dbf096f0ae4f63aa310684859667985..32e6bc3cd76132a939d4e878c7ba7b7bc5a4c8d8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/perf_ui/timelineOverviewInfo.css
|
| @@ -8,6 +8,7 @@
|
| display: flex;
|
| background: white;
|
| box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.1);
|
| + padding: 3px;
|
| }
|
|
|
| .overview-info .frame .time {
|
|
|