You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building a form with a bunch of EuiFormRows top margins are added to all subsequent siblings creating some nice consistent spacing of rows. However, if one of the form rows has help text, the extra 8px of padding that's added to the bottom of the help text now makes the spacing larger and inconsistent with the rest of the rows.
I'm thinking that we should remove the bottom padding from EuiFormHelpText and add it consistently to all EuiFormRows and maybe subtract that value from the top margin of siblings.
The text was updated successfully, but these errors were encountered:
When building a form with a bunch of
EuiFormRow
s top margins are added to all subsequent siblings creating some nice consistent spacing of rows. However, if one of the form rows has help text, the extra 8px of padding that's added to the bottom of the help text now makes the spacing larger and inconsistent with the rest of the rows.I'm thinking that we should remove the bottom padding from
EuiFormHelpText
and add it consistently to allEuiFormRow
s and maybe subtract that value from the top margin of siblings.The text was updated successfully, but these errors were encountered: