Commit 6f57fcdf0c4d4d972492223075ac39e6b008a4e5
1 parent
c94733d2
paper-card
Showing
1 changed file
with
2 additions
and
1 deletions
controllets/paper-card-controllet/paper-card-controllet.html
@@ -173,7 +173,7 @@ | @@ -173,7 +173,7 @@ | ||
173 | 173 | ||
174 | height: { | 174 | height: { |
175 | type: Number, | 175 | type: Number, |
176 | - value: 200 | 176 | + value: 250 |
177 | }, | 177 | }, |
178 | 178 | ||
179 | cardType:{ | 179 | cardType:{ |
@@ -203,6 +203,7 @@ | @@ -203,6 +203,7 @@ | ||
203 | 203 | ||
204 | $(this.$.fullscreen_container).perfectScrollbar(); | 204 | $(this.$.fullscreen_container).perfectScrollbar(); |
205 | 205 | ||
206 | + this._resize(); | ||
206 | this._translate(); | 207 | this._translate(); |
207 | }, | 208 | }, |
208 | 209 |