Align SelectTableField input to right

This commit is contained in:
Justin Edmund 2023-06-17 23:46:47 -07:00
parent 80db84c915
commit 7da2c9bc2b
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
.SelectField.TableField .Right {
justify-content: flex-end;
}

View file

@ -31,6 +31,7 @@ const SelectTableField = (props: Props) => {
return (
<TableField
name={props.name}
className="SelectField"
imageAlt={props.imageAlt}
imageClass={props.imageClass}
imageSrc={props.imageSrc}