Commit b047d1691cb5c08ffb12426a14d43f6eaa8ce772

Authored by Luigi Serra
1 parent 59190a9b

updates

controllets/paper-card-controllet/paper-card-controllet.html
@@ -70,7 +70,7 @@ @@ -70,7 +70,7 @@
70 color: var(--accent-color); 70 color: var(--accent-color);
71 } 71 }
72 72
73 - #text{ 73 + #comment{
74 position:relative; 74 position:relative;
75 top: -50px; 75 top: -50px;
76 min-height: 50px; 76 min-height: 50px;
@@ -168,11 +168,11 @@ @@ -168,11 +168,11 @@
168 }, 168 },
169 comment:{ 169 comment:{
170 type: String, 170 type: String,
171 - value: "" 171 + value: undefined
172 }, 172 },
173 title:{ 173 title:{
174 type: String, 174 type: String,
175 - value: "" 175 + value: undefined
176 }, 176 },
177 elevation:{ 177 elevation:{
178 type: Number, 178 type: Number,