Browse Source

fix the height on memberlist in dashboard page

AlexiCauvin 5 years ago
parent
commit
52ac3fcff3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      frontend/src/component/Dashboard/MemberList.styl

+ 3 - 1
frontend/src/component/Dashboard/MemberList.styl View File

@@ -15,11 +15,13 @@
15 15
     margin 0
16 16
     padding 0
17 17
     list-style none
18
-    height 400px
18
+    min-height 400px
19 19
     &__item
20 20
       display flex
21 21
       border-bottom 1px solid grey
22 22
       padding 10px 15px
23
+      // &:nth-last-child(1)
24
+      //   border-bottom 0
23 25
       &__avatar
24 26
         margin-right 20px
25 27
         & > img