We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb3191 commit 50dc67cCopy full SHA for 50dc67c
src/components/clusters/index.module.css
@@ -27,11 +27,11 @@
27
}
28
29
.clusterIcon {
30
- width: 1.6rem;
31
- height: 1.6rem;
+ width: 1.5rem;
+ height: 1.5rem;
32
position: absolute;
33
- left: 0.8rem;
34
- top: 0.3rem;
+ left: 0.55rem;
+ top: 0.1rem;
35
color: var(--palette-grey-200Channel);
36
37
src/components/users/new.tsx
@@ -355,7 +355,7 @@ export default function NewUser() {
355
New user
356
</Typography>
357
</Breadcrumbs>
358
- <Box component="form" onSubmit={handleSubmit} sx={{ mt: '2rem' }}>
+ <Box component="form" onSubmit={handleSubmit} sx={{ mt: '2rem' }} noValidate>
359
<Divider sx={{ mt: 2, mb: 2 }} />
360
<Box className={styles.form}>
361
{formList.map((item) =>
0 commit comments