Revert "fix(table): make filed overflow behavior right (#1392)" (#1452)

This reverts commit 7fda978fe8.
This commit is contained in:
Frozen FIsh 2023-02-13 16:22:43 +08:00 committed by GitHub
parent 7591a0e8ea
commit 00acbfb9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,6 @@ export const Table: any = observer((props: any) => {
css`
max-width: 300px;
white-space: nowrap;
overflow-x: scroll;
.nb-read-pretty-input-number {
text-align: right;
}