Skip to content

Commit 400b932

Browse files
author
FalkWolsky
committed
Fixing word wrap in Table
1 parent dcf4fa0 commit 400b932

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/packages/lowcoder/src/components/table/columnTypeView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ const ColumnTypeViewWrapper = styled.div<{
1414
}
1515
span {
1616
display: inline-block; /* Change display to inline-block for span */
17-
overflow: hidden;
1817
white-space: nowrap;
1918
text-overflow: ellipsis;
2019
word-break: keep-all;

0 commit comments

Comments
 (0)