| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| index 071f19308711de5484c8f32d7a4a16c087dc639a..a74863402409870c603fca2b975af66602b28104 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| @@ -72,6 +72,17 @@ iframe.fill {
|
| height: 100%;
|
| }
|
|
|
| +iframe.extension {
|
| + flex: auto;
|
| + width: 100%;
|
| + height: 100%;
|
| +}
|
| +
|
| +iframe.panel.extension {
|
| + display: block;
|
| + height: 100%;
|
| +}
|
| +
|
| .widget {
|
| position: relative;
|
| flex: auto;
|
|
|