Skip to content

Commit bcbc6c1

Browse files
committed
syntax corrected
1 parent ecc5c8d commit bcbc6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/tableComp/tableCompView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const TableWrapper = styled.div<{
200200
border-top: none !important;
201201
border-inline-start: none !important;
202202
overflow-y:scroll;
203-
height:300px
203+
height:300px;
204204
205205
&::after {
206206
box-shadow: none !important;

0 commit comments

Comments
 (0)