Revert "Fix scroll for "user activity" card"

This reverts commit 4d793b1731.
This commit is contained in:
eugene-sinitsyn 2020-03-11 14:13:37 +03:00 committed by Maksim Karatkevich
parent 9037bcf7bd
commit c9207edcb6
3 changed files with 19 additions and 31 deletions

View file

@ -16,9 +16,4 @@
@include nb-ltr(padding-right, 4rem);
@include nb-rtl(padding-left, 4rem);
}
nb-card-body {
padding-left: 0;
padding-right: 0;
}
}

View file

@ -7,7 +7,6 @@
</nb-select>
</nb-card-header>
<nb-card-body>
<nb-list class="user-activity-list">
<nb-list-item *ngFor="let item of userActivity">
@ -30,6 +29,5 @@
</nb-list-item>
</nb-list>
</nb-card-body>
</nb-card>

View file

@ -10,11 +10,6 @@
padding-bottom: nb-theme(card-header-with-select-padding-bottom);
}
nb-card-body {
padding-left: 0;
padding-right: 0;
}
nb-list {
overflow-x: hidden;
}