Skip to content

Commit

Permalink
Merge pull request #99 from PolymerElements/fix-hidden
Browse files Browse the repository at this point in the history
add missing hidden style
  • Loading branch information
notwaldorf committed May 3, 2016
2 parents 4efa795 + 3458a76 commit 493678e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iron-component-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
background: var(--paper-grey-50);
}

[hidden] {
display: none !important;
}

p {
max-width: 20em;
}
Expand Down

0 comments on commit 493678e

Please sign in to comment.