fix(ui) - loadmore button bottom padding
This commit is contained in:
parent
6419b30136
commit
2e33398efa
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ function LiveSessionList(props: Props) {
|
|||
))}
|
||||
|
||||
<LoadMoreButton
|
||||
className="mt-3"
|
||||
className="my-6"
|
||||
displayedCount={displayedCount}
|
||||
totalCount={sessions.size}
|
||||
onClick={addPage}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue