Clean up EditTableEntityPanel (#955)

This commit is contained in:
victor-meng
2021-07-22 16:18:48 -07:00
committed by GitHub
parent 39a67dbc98
commit dc21032d69
6 changed files with 1901 additions and 2890 deletions

View File

@@ -80,7 +80,7 @@ export const int64Placeholder = "Enter a signed 64-bit integer, in the range (-2
export const columnProps: Partial<IStackProps> = {
tokens: { childrenGap: 10 },
styles: { root: { width: 680, marginBottom: 8 } },
styles: { root: { marginBottom: 8 } },
};
// helper functions