We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a99669 commit fa62ccaCopy full SHA for fa62cca
components/projects/ProjectSelection.tsx
@@ -7,13 +7,13 @@ import { SelectUnit } from "../userContext/SelectUnit";
7
export const ProjectSelection = () => {
8
return (
9
<Grid container spacing={1}>
10
- <Grid container item alignItems="center" sm={6}>
+ <Grid container item alignItems="baseline" sm={6}>
11
<SelectOrganisation />
12
</Grid>
13
14
<SelectUnit userFilter={["none"]} />
15
16
- <Grid container item alignItems="center" sm={12}>
+ <Grid container item alignItems="baseline" sm={12}>
17
<SelectProject size="medium" />
18
19
0 commit comments