Add more padding tertiary info and the star icon, in Mobile simple list views. Fixes #466

This commit is contained in:
Deluan
2020-09-24 21:27:31 -04:00
parent a99924ea20
commit e6d1e67297
2 changed files with 2 additions and 19 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const AlbumListView = ({ hasShow, hasEdit, hasList, ...rest }) => {
tertiaryText={(r) => (
<>
<RangeField record={r} source={'year'} sortBy={'maxYear'} />
&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</>
)}
linkType={'show'}