diff --git a/components/common/SelectTableField/index.scss b/components/common/SelectTableField/index.scss index e69de29b..57f5640d 100644 --- a/components/common/SelectTableField/index.scss +++ b/components/common/SelectTableField/index.scss @@ -0,0 +1,3 @@ +.SelectField.TableField .Right { + justify-content: flex-end; +} diff --git a/components/common/SelectTableField/index.tsx b/components/common/SelectTableField/index.tsx index 2eded956..83e88b0e 100644 --- a/components/common/SelectTableField/index.tsx +++ b/components/common/SelectTableField/index.tsx @@ -31,6 +31,7 @@ const SelectTableField = (props: Props) => { return (