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
(REQUIRED) Include one or more screenshots if applicable, as well as a Codepen with the
reduced test case.
Describe the issue. Is it a bug or a feature request (new component, new icon, new CSS class)?
When slds-form-element_1-col class is used on form element to change its size, it only impacts input. Error which is placed in tag with class slds-form-element__help preserves original position, making look inconsistent
Is this issue related to a specific component, variant, and/or state? If so, please detail which.
Are any specific browsers impacted by this bug?
Which version of the Salesforce Lightning Design System are you using?
What steps and/or code are needed to reproduce this issue?
<divclass="slds-form__item" role="listitem"><divclass="slds-form-element slds-form-element_horizontal slds-is-editing slds-form-element_1-col slds-has-error"><labelclass="slds-form-element__label" for="horizontal-form-element-id-14">Description</label><divclass="slds-form-element__control"><textareaid="horizontal-form-element-id-14" placeholder="Placeholder text…" class="slds-textarea">
Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Etiam porta sem malesuada magna mollis euismod.
</textarea></div><divclass="slds-form-element__help" id="horizontal-form-element-error-id-01">Complete this field</div></div></div>
What did you expect to happen?
Margin for element with slds-form-element__help class should be reduced, so that error will be aligned with input.
What actually happened?
Error is displayed in the middle of input as shown in screenshot
The text was updated successfully, but these errors were encountered:
When slds-form-element_1-col class is used on form element to change its size, it only impacts input. Error which is placed in tag with class slds-form-element__help preserves original position, making look inconsistent
Margin for element with slds-form-element__help class should be reduced, so that error will be aligned with input.
Error is displayed in the middle of input as shown in screenshot
The text was updated successfully, but these errors were encountered: