-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Form Field Tooltip Alignment #22832
Form Field Tooltip Alignment #22832
Conversation
font-size: 14px; | ||
font-weight: $font-weight-bold; | ||
display: flex; | ||
align-items: center; | ||
gap: $spacing-xxs; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing to flex pulled the icon right up to the text so I added the gap in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for doing a quick fix on this!
Build Results: |
CI Results: |
…orp/vault into ui/VAULT-19790/form-field-tooltip
Form field labels with a tooltip were not aligned vertically.
The
is-label
class was updated to a flex center the content.