Chromium Code Reviews| Index: chrome/browser/resources/md_downloads/item_view.css |
| diff --git a/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.css b/chrome/browser/resources/md_downloads/item_view.css |
| similarity index 76% |
| copy from ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.css |
| copy to chrome/browser/resources/md_downloads/item_view.css |
| index 204e397c466ba411b87b0a6b69a838c653041545..8f5dc20b659b95bb8cf5b6383caa738ee15d8b43 100644 |
| --- a/ui/webui/resources/cr_elements/v1_0/cr_expand_button/cr_expand_button.css |
| +++ b/chrome/browser/resources/md_downloads/item_view.css |
| @@ -3,5 +3,5 @@ |
| * found in the LICENSE file. */ |
| :host { |
| - display: inline-block; |
| + width: 606px; /* Matches #actions in toolbar.css. */ |
|
Jeremy Klein
2015/07/16 18:54:53
Maybe worth exporting to a shared css variable at
Dan Beam
2015/07/18 01:02:20
Acknowledged.
|
| } |