Apply suggestion from @greptile-apps[bot]

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Gouttfi
2026-02-28 11:43:12 +01:00
committed by GitHub
co-authored by greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent b74c03173d
commit d8b8ce4aeb
+1 -1
View File
@@ -142,7 +142,7 @@ const FilterItem = ({ name, label, operator, value, onRemove }) => {
{label}
</Text>
<Text color="11">{operator}</Text>
<Text color="12" weight="bold" style={{ overflow: 'hidden' }}>
<Text color="12" weight="bold" style={{ overflow: 'hidden', textOverflow: 'ellipsis', whiteSpace: 'nowrap' }}>
{value}
</Text>
</Row>