| Index: third_party/WebKit/Source/devtools/front_end/ui/dialog.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/dialog.css b/third_party/WebKit/Source/devtools/front_end/ui/dialog.css
|
| index 7a3df44ec7ae18d853e7beff73d45dd9ffe41003..730596e42a0c823dd09a7a722abcafe673c94773 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/dialog.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/dialog.css
|
| @@ -5,10 +5,7 @@
|
| */
|
|
|
| :host {
|
| - position: absolute;
|
| - 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);
|
| + 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);
|
| background: white;
|
| justify-content: flex-start;
|
| align-items: stretch;
|
| @@ -22,14 +19,12 @@
|
| }
|
|
|
| :host-context(.wraps-content) {
|
| - justify-content: center;
|
| align-items: flex-start;
|
| overflow: hidden;
|
| }
|
|
|
| :host-context(.wraps-content) .widget {
|
| flex: none !important;
|
| - justify-content: center;
|
| align-items: center;
|
| }
|
|
|
|
|