| Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
|
| diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
|
| index 1ab592af4254d6e48ed3a15f99aaa03b924bcf8c..ca4f811f4b8de2aa550eb34910d41f8797d87523 100644
|
| --- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
|
| +++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.js
|
| @@ -1713,7 +1713,7 @@ Polymer({
|
| var searchHeight = this.$$('#sink-search').offsetHeight;
|
|
|
| this.$['container-header'].style.marginTop = firstRunFlowHeight + 'px';
|
| - this.$['sink-list-view'].style.marginTop =
|
| + this.$['content'].style.marginTop =
|
| firstRunFlowHeight + headerHeight + 'px';
|
| this.$['sink-list'].style.maxHeight =
|
| this.dialogHeight_ - headerHeight - firstRunFlowHeight -
|
|
|