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..6c45cd78cca0198035b255949b870f4593a66276 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css |
| @@ -5,15 +5,25 @@ |
| */ |
| .empty-view { |
| + flex-shrink: 0; |
| color: hsla(0, 0%, 65%, 1); |
| padding: 30px; |
| display: flex; |
| align-items: center; |
| justify-content: center; |
| + flex-direction: column; |
| +} |
| + |
| +.empty-view-scroller { |
| overflow: auto; |
| } |
| +.empty-view h2 { |
| + flex-shrink: 0; |
| +} |
| + |
| .empty-view p { |
| + flex-shrink: 0; |
| white-space: initial; |
| line-height: 18px; |
| max-width: 300px; |