Skip to content
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

fix(field): extend box to include outline #703

Merged
merged 5 commits into from
Oct 22, 2024
Merged

fix(field): extend box to include outline #703

merged 5 commits into from
Oct 22, 2024

Conversation

samrichardsontylertech
Copy link
Contributor

@samrichardsontylertech samrichardsontylertech commented Oct 10, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: N
  • Docs have been added/updated: N
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? N

Describe the new behavior?

This fixes an issue where the outline of certain field variants wasn't encompassed by the field's box, leading to situations where the outline could overflow or overlap other elements. Margin or padding equal to the outline's width has been added to account for this.

Update: Refactored to move the outline inward instead of adding margin or padding.

@samrichardsontylertech samrichardsontylertech added patch Increment the patch version when merged skip-release Preserve the current version when merged labels Oct 10, 2024
@samrichardsontylertech samrichardsontylertech requested a review from a team as a code owner October 10, 2024 13:26
Copy link

stackblitz bot commented Oct 10, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

DRiFTy17
DRiFTy17 previously approved these changes Oct 10, 2024
@DRiFTy17 DRiFTy17 merged commit 0c35735 into main Oct 22, 2024
7 checks passed
@DRiFTy17 DRiFTy17 deleted the fix/field-outline branch October 22, 2024 16:54
Copy link
Contributor

🚀 PR was released in v3.3.0 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released. skip-release Preserve the current version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants