* Create schema view is too wide * renove inputWidth props * fixed form container width Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
@@ -6,6 +6,7 @@ export const Form = styled.form`
display: flex;
flex-direction: column;
gap: 16px;
+ width: 50%;
& > button {
align-self: flex-start;
@@ -120,7 +120,7 @@ const New: React.FC = () => {
name={name}
value={value}
onChange={onChange}
- minWidth="50%"
+ minWidth="100%"
disabled={isSubmitting}
options={SchemaTypeOptions}
/>