Skip to content

Commit 387169d

Browse files
Ruben van LeeuwenDutchBen
authored andcommitted
947: Smaal layout improvement
1 parent 7ecd022 commit 387169d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pages/example-form.tsx

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import {
77
EuiFlexItem,
88
EuiPageHeader,
99
EuiSpacer,
10+
EuiText,
1011
} from '@elastic/eui';
1112
import {
1213
WfoJsonCodeBlock,
1314
WfoUserInputForm,
1415
} from '@orchestrator-ui/orchestrator-ui-components';
1516
import type { InputForm } from '@orchestrator-ui/orchestrator-ui-components';
16-
import { PROCESSES_ENDPOINT } from '@orchestrator-ui/orchestrator-ui-components';
1717

1818
export function ExampleFormPage() {
1919
const router = useRouter();
@@ -132,11 +132,12 @@ export function ExampleFormPage() {
132132
<EuiFlexItem>
133133
<EuiPageHeader pageTitle="Example form" />
134134
<EuiSpacer />
135-
This page shows the form definition that a fictitious `$
136-
{PROCESSES_ENDPOINT}`/test-name endpoint might return to request
137-
userInput it needs and the form it is turned into. It shows the
138-
form fields and their types, and how they are rendered in the
139-
form.
135+
<EuiText>
136+
This page shows the form definition that a fictitious
137+
/example-form endpoint might return to request user input it
138+
needs. It shows the form fields and their types, and how
139+
they are rendered in the form.
140+
</EuiText>
140141
<EuiSpacer />
141142
<div>
142143
<a

0 commit comments

Comments
 (0)