Commit b047d1691cb5c08ffb12426a14d43f6eaa8ce772

Authored by Luigi Serra
1 parent 59190a9b

updates

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