cockpit-machines
cockpit-machines copied to clipboard
fix: Missing spacing between input and form helper text solves #1164
Hello @jelly & @KKoukiou , i have worked on this issue,
Image with issue-
After my Solution to the issue-
The fix i implemented is that i replaced
<FormHelper ... /> component
with the official component-
<HelperText>
<HelperTextItem variant="error">{ ... } </HelperTextItem>
</HelperText>
And tweaked css in Machines.scss
this workaround fixed the issue of missing spacing between input and helper text solving #1164
For reference:
Here's a screenshot of JSX React on PatternFly's demo page @ https://www.patternfly.org/components/helper-text/react-demos
sure @garrett i am onto it.