Make "star" column aligned with context menu in Album List view
This commit is contained in:
parent
7d075b1882
commit
2b95422e88
1 changed files with 0 additions and 1 deletions
|
|
@ -95,7 +95,6 @@ const AlbumListView = ({ hasShow, hasEdit, hasList, ...rest }) => {
|
||||||
label={
|
label={
|
||||||
<StarBorderIcon fontSize={'small'} className={classes.columnIcon} />
|
<StarBorderIcon fontSize={'small'} className={classes.columnIcon} />
|
||||||
}
|
}
|
||||||
textAlign={'right'}
|
|
||||||
/>
|
/>
|
||||||
</Datagrid>
|
</Datagrid>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue