We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf4fa0 commit 400b932Copy full SHA for 400b932
client/packages/lowcoder/src/components/table/columnTypeView.tsx
@@ -14,7 +14,6 @@ const ColumnTypeViewWrapper = styled.div<{
14
}
15
span {
16
display: inline-block; /* Change display to inline-block for span */
17
- overflow: hidden;
18
white-space: nowrap;
19
text-overflow: ellipsis;
20
word-break: keep-all;
0 commit comments