From f9e64ea7731c43430f48d64dddb80166334122c7 Mon Sep 17 00:00:00 2001 From: Polymer Format Bot Date: Tue, 7 Jun 2016 12:00:53 -0700 Subject: [PATCH] [skip ci] Autogenerate README file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d03872..d1bf46b 100644 --- a/README.md +++ b/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.