Skip to content

Commit

Permalink
Different patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Mar 3, 2025
1 parent b2b4f7a commit 81016dc
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,23 @@ export function CategorySelector({
style={{
flexDirection: 'row',
alignItems: 'center',
maxWidth: 100,
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
}}
>
<SvgViewHide
width={15}
height={15}
style={{ marginRight: 5 }}
/>
<Text>{t('Hide unchecked')}</Text>
<Text
style={{
maxWidth: 100,
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
}}
>
{t('Hide unchecked')}
</Text>
</View>
)}
</View>
Expand Down

0 comments on commit 81016dc

Please sign in to comment.