| Index: third_party/polymer/components/iron-collapse/README.md
|
| diff --git a/third_party/polymer/components/iron-collapse/README.md b/third_party/polymer/components/iron-collapse/README.md
|
| index 4d0387272d774044dfc73c24b1de207be51a2b9c..d1bf46b86550b7ae2677374cccfd542ce8c73854 100644
|
| --- a/third_party/polymer/components/iron-collapse/README.md
|
| +++ b/third_party/polymer/components/iron-collapse/README.md
|
| @@ -36,7 +36,7 @@ toggle: function() {
|
| }
|
| ```
|
|
|
| -`iron-collapse` adjusts the height/width of the collapsible element to show/hide
|
| +`iron-collapse` adjusts the max-height/max-width of the collapsible element to show/hide
|
| the content. So avoid putting padding/margin/border on the collapsible directly,
|
| and instead put a div inside and style that.
|
|
|
|
|