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