diff --git a/src/views/styles/listview.less b/src/views/styles/listview.less
index 1aa583a443f4963b3a14d14c2b2e72277e2f39c0..ba06e6a6b13e2dca8ea41ffa191e1d5d1909ba95 100644
--- a/src/views/styles/listview.less
+++ b/src/views/styles/listview.less
@@ -1,4 +1,7 @@
 .listview {
+  div {
+    border: none;
+  }
   display: grid;
   grid-template-columns: auto auto auto;
   .filter{
diff --git a/src/views/styles/studydocList.less b/src/views/styles/studydocList.less
index 6e621c469cd60d542ac6651aa934ebab2993e3ef..950648dd7b3565c0af61f6a6a7c70a48ff74be40 100644
--- a/src/views/styles/studydocList.less
+++ b/src/views/styles/studydocList.less
@@ -2,6 +2,5 @@
 
 #studydoc-list {
     .listview;
-
     background-color: lightgrey;
 }