-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Issue (No Space between add link and first link #9406 ) is Fixed. #9822
Conversation
Issue link #9406 |
@donishyar looks good👌 |
components/account/manage/Edit.js
Outdated
<a | ||
href={href} | ||
aria-label={`Edit ${label}`} | ||
className="rounded-full bg-secondary-medium p-2 text-white shadow-sm hover:bg-tertiary-medium focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-secondary-medium absolute top-0 left-0 pointer z-10" | ||
className="rounded-full bg-secondary-medium p-2 text-white shadow-sm hover:bg-tertiary-medium focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-secondary-medium absolute top-0 -left-4 pointer z-10" |
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.
how do these changes affect other places that use the Edit
component?
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.
This is a global change, how does this affect all other pages?
|
Yes, that is my point, did you test all other pages to make sure they still work after this change? |
|
@donishyar did you mean to close the PR? |
* No Space between add link and first link #9406 * user links fixed with better way * revert changes * margin top added to edit icon and pencil icon size reduced * Update loftwah.json changes reverted --------- Co-authored-by: Eddie Jaoude <[email protected]>
Fixes Issue
Closes #9406
Changes proposed
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers