diff --git a/src/app/FlyoutForm/ExpandingTextInputs.tsx b/src/app/FlyoutForm/ExpandingTextInputs.tsx index 055f9f5..cbd2d1f 100644 --- a/src/app/FlyoutForm/ExpandingTextInputs.tsx +++ b/src/app/FlyoutForm/ExpandingTextInputs.tsx @@ -53,7 +53,7 @@ export const ExpandingTextInputs: React.FunctionComponent {values.length > 0 && ( -
+
{values.map((value, index) => { return (
diff --git a/src/app/app.css b/src/app/app.css index 6ae1c5d..6c627a1 100644 --- a/src/app/app.css +++ b/src/app/app.css @@ -552,6 +552,12 @@ pf-v6-c-page__main-container.pf-m-fill { position: relative; } +.expanding-text-input__section { + display: flex; + gap: var(--pf-t--global--spacer--sm); + flex-direction: column; +} + .hidden { position: absolute; opacity: 0;