Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4 from PolymerElements/make-block
Browse files Browse the repository at this point in the history
add display:block to host
  • Loading branch information
notwaldorf committed Dec 14, 2015
2 parents 7389b57 + bd4aae6 commit 34887a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iron-swipeable-container.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@

<dom-module id="iron-swipeable-container">
<template>
<style>
:host {
display: block;
}
</style>
<content id="content"></content>
</template>
</dom-module>
Expand Down

0 comments on commit 34887a9

Please sign in to comment.