Skip to content

Commit 873c8a5

Browse files
committed
removed postion:relative from card.css
1 parent 5f66e24 commit 873c8a5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"webpack-log": "^3.0.1"
6565
},
6666
"dependencies": {
67-
"@cocreate/crud-client": "^1.4.1",
68-
"@cocreate/docs": "^1.2.30",
69-
"@cocreate/hosting": "^1.2.27",
70-
"@cocreate/observer": "^1.3.28",
71-
"@cocreate/utils": "^1.1.29"
67+
"@cocreate/crud-client": "^1.4.2",
68+
"@cocreate/docs": "^1.2.32",
69+
"@cocreate/hosting": "^1.2.29",
70+
"@cocreate/observer": "^1.3.29",
71+
"@cocreate/utils": "^1.1.31"
7272
}
7373
}

src/css/card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* CoCreate card */
22
.card {
3-
position: relative;
3+
/*position: relative;*/
44
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
55
}

0 commit comments

Comments
 (0)