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

Commit

Permalink
add display:block to host
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Dec 14, 2015
1 parent 7389b57 commit bd4aae6
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 bd4aae6

Please sign in to comment.