Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css b/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css |
| index 999f83fa414490b101acda4281c591a0c90a65b3..62946971b95a3e16674fa5fc5114b9bad3443d1f 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css |
| @@ -6,10 +6,15 @@ |
| .empty-view { |
| color: hsla(0, 0%, 65%, 1); |
| - padding: 30px; |
| + padding: 30px 0; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| + flex-direction: column; |
| + min-width: 70px; |
| +} |
| + |
| +.empty-view-scroller { |
| overflow: auto; |
| } |