Skip to content

Commit 344261b

Browse files
Merge pull request #4074 from beckn/bugfix/kundan/4073/fix-p2p-date-field-alignment
fix(P2P-ADMIN): fixed p2p admin date alignment
2 parents 1147296 + 94389c3 commit 344261b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/open-spark-admin/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ const LockDemand = () => {
397397
overflow: 'hidden',
398398
textOverflow: 'ellipsis',
399399
whiteSpace: 'normal',
400-
textAlign: 'center',
401-
width: '70px'
400+
textAlign: 'center'
401+
// width: '70px'
402402
}}
403403
/>
404404
</Td>

0 commit comments

Comments
 (0)