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:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
b74c03173d
commit
d8b8ce4aeb
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user