-
Notifications
You must be signed in to change notification settings - Fork 19
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: style updates #162
fix: style updates #162
Conversation
Codecov Report
@@ Coverage Diff @@
## master #162 +/- ##
=======================================
Coverage 87.09% 87.09%
=======================================
Files 87 87
Lines 1712 1712
Branches 326 326
=======================================
Hits 1491 1491
Misses 211 211
Partials 10 10
Continue to review full report at Codecov.
|
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.
Just a suggestion on the margin stuff. The rest looks good.
onClick={() => openHistoryModal()} | ||
className="ml-1 my-2" |
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.
I think going for mr-1 mb-2 instead would be better for all the buttons. This way, it won't move the button from left and upwards.
onClick={() => setResetPasswordModalIsOpen(true)} | ||
className="ml-1 my-2" |
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.
Same for this as well.
@@ -29,6 +29,7 @@ export default function TogglePasswordStatus({ | |||
id="toggle-password" | |||
variant={`${passwordStatus.status === PASSWORD_STATUS.USABLE ? 'danger' : 'primary'}`} | |||
onClick={() => setDisableUserModalIsOpen(true)} | |||
className="ml-1 my-2" |
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.
Also this one as well.
f9630d1
to
71322cf
Compare
PROD-2535
Description
Other updates mentioned on PROD-2535 have been done in other PRs. While running on Safari, I didn't notice any style discrepancy, except the Account info table's rows border not going till the end.