Skip to content

Commit ee21bf3

Browse files
committed
ISSUE #5188 - fix: small value makes property overflow
1 parent e0c3907 commit ee21bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/v5/ui/components/viewer/cards/cardFilters/filterChip/filterChip.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const Property = styled.span`
2828
overflow: hidden;
2929
white-space: nowrap;
3030
text-overflow: ellipsis;
31-
max-width: calc(100% - 37px);
31+
max-width: 129px;
3232
`;
3333

3434
export const OperatorIconContainer = styled.div`

0 commit comments

Comments
 (0)