| 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 0e528df4985db5ee2d140dcb5e4801d0557d1736..999f83fa414490b101acda4281c591a0c90a65b3 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/emptyWidget.css
|
| @@ -5,12 +5,16 @@
|
| */
|
|
|
| .empty-view {
|
| - font-size: 24px;
|
| - color: rgb(75%, 75%, 75%);
|
| - font-weight: bold;
|
| - padding: 10px;
|
| + color: hsla(0, 0%, 65%, 1);
|
| + padding: 30px;
|
| display: flex;
|
| align-items: center;
|
| justify-content: center;
|
| overflow: auto;
|
| }
|
| +
|
| +.empty-view p {
|
| + white-space: initial;
|
| + line-height: 18px;
|
| + max-width: 300px;
|
| +}
|
|
|