fix(table): make filed overflow behavior right (#1392)
* fix(Table): fix overflow issue on td element (#1392) * chore(table): update style
This commit is contained in:
parent
d7dad1855f
commit
7fda978fe8
@ -235,6 +235,7 @@ 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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user