Fix arrow in the wrong place on empty list members screen in web UI (#33054)

This commit is contained in:
Eugen Rochko 2024-11-25 11:23:09 +01:00 committed by GitHub
parent 1be83c6982
commit 1a88c05274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -312,7 +312,7 @@ const ListMembers: React.FC<{
footer={
mode === 'remove' && (
<>
<div className='spacer' />
{displayedAccountIds.length > 0 && <div className='spacer' />}
<div className='column-footer'>
<Link to={`/lists/${id}`} className='button button--block'>