mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
use variable width for tags on note item
This commit is contained in:
@@ -245,7 +245,7 @@ const NoteItem = ({item, isTrash, tags}) => {
|
||||
paddingHorizontal: 2,
|
||||
marginRight: 4,
|
||||
zIndex: 10,
|
||||
maxWidth: 120
|
||||
maxWidth:tags?.slice(0, 3)?.length > 1 ? 130 : null
|
||||
}}
|
||||
onPress={() => navigateToTag(item)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user