Align SelectTableField input to right
This commit is contained in:
parent
80db84c915
commit
7da2c9bc2b
2 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
||||||
|
.SelectField.TableField .Right {
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
@ -31,6 +31,7 @@ const SelectTableField = (props: Props) => {
|
||||||
return (
|
return (
|
||||||
<TableField
|
<TableField
|
||||||
name={props.name}
|
name={props.name}
|
||||||
|
className="SelectField"
|
||||||
imageAlt={props.imageAlt}
|
imageAlt={props.imageAlt}
|
||||||
imageClass={props.imageClass}
|
imageClass={props.imageClass}
|
||||||
imageSrc={props.imageSrc}
|
imageSrc={props.imageSrc}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue