Fixed edit yaml buttons position (#2363)

## What does this do?

Fixes the position of save buttons in edit tenant YAML screen

## How does it look?
<img width="1442" alt="Screen Shot 2022-10-05 at 21 48 08"
src="https://user-images.githubusercontent.com/33497058/194203074-cd363ff4-02fd-4f60-ab52-6daca1d0fab5.png">


Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-10-05 22:16:42 -05:00
committed by GitHub
parent 333ca0a827
commit 89bef6027c

View File

@@ -152,7 +152,7 @@ const TenantYAML = ({ classes }: ITenantYAMLProps) => {
editorHeight={"550px"}
/>
</Grid>
<Grid item xs={12} style={{ textAlign: "right", paddingTop: 16 }}>
<Grid item xs={12} style={{ display: "flex", justifyContent: "flex-end", paddingTop: 16 }}>
<Button
id={"cancel-tenant-yaml"}
type="button"