fix: disable text-overflow ellipsis on checkbox column (#7080)

This commit is contained in:
gopu-bruno
2026-02-09 19:33:28 +05:30
committed by GitHub
parent aa2d7a120f
commit 1d1c3d83ec

View File

@@ -129,6 +129,7 @@ const StyledWrapper = styled.div`
text-align: center;
vertical-align: middle;
line-height: 1;
text-overflow: clip;
input[type='checkbox'] {
vertical-align: baseline;