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 spacing in NotificationInline with an action #1719

Merged
merged 2 commits into from
Aug 22, 2022

Conversation

connor-baer
Copy link
Member

@connor-baer connor-baer commented Aug 19, 2022

Closes #1710.

Approach and changes

  • Reduced the bottom padding of the NotificationInline action

Screenshot 2022-08-20 at 11 27 20

Screenshot 2022-08-20 at 11 27 11

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

@connor-baer connor-baer added the 🐞 bug Something isn't working as it should label Aug 19, 2022
@connor-baer connor-baer requested a review from a team as a code owner August 19, 2022 15:44
@connor-baer connor-baer requested review from robinmetral and removed request for a team August 19, 2022 15:44
@changeset-bot
Copy link

changeset-bot bot commented Aug 19, 2022

🦋 Changeset detected

Latest commit: e6ba38f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sumup/circuit-ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Aug 19, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
oss-circuit-ui ✅ Ready (Inspect) Visit Preview Aug 20, 2022 at 9:33AM (UTC)

@codecov
Copy link

codecov bot commented Aug 19, 2022

Codecov Report

Merging #1719 (e6ba38f) into main (5543831) will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1719      +/-   ##
==========================================
+ Coverage   91.33%   91.39%   +0.05%     
==========================================
  Files         170      170              
  Lines        3624     3625       +1     
  Branches     1200     1244      +44     
==========================================
+ Hits         3310     3313       +3     
+ Misses        296      293       -3     
- Partials       18       19       +1     
Impacted Files Coverage Δ
...mponents/NotificationInline/NotificationInline.tsx 92.85% <100.00%> (+0.12%) ⬆️
...es/circuit-ui/components/Pagination/Pagination.tsx 81.57% <0.00%> (ø)
...mponents/NotificationBanner/NotificationBanner.tsx 86.88% <0.00%> (+3.27%) ⬆️

@connor-baer connor-baer force-pushed the bugfix/notification-inline-spacing branch from 052cfa3 to e6ba38f Compare August 20, 2022 09:29
Copy link
Contributor

@robinmetral robinmetral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@connor-baer connor-baer merged commit e0dbb2c into main Aug 22, 2022
@connor-baer connor-baer deleted the bugfix/notification-inline-spacing branch August 22, 2022 09:32
@connor-baer connor-baer mentioned this pull request Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working as it should 🗂 circuit-ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix spacing in NotificationInline with an action
2 participants