-
Notifications
You must be signed in to change notification settings - Fork 69
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: Columns are misaligned on Payments->Deposits #1838
Conversation
eea7bc6
to
c3360d5
Compare
Hey @naman03malhotra, looks much better now! Found a case on transactions listing related to currency conversion marker rendering (div with class converted-amount is getting added before the amount in the case): Would you please take a look into it? |
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.
See the screenshot.
ad1c17a
to
5df0e93
Compare
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.
LGTM, !
@naman03malhotra: this PR is approved, great job here! Would you please rebase it, to ensure the failed tests are getting green? |
- override alignment for deposits list page - slight adjustment in transaction table header margin
- Aligned data with currency conversion marker
8c6f2cc
to
bbe9561
Compare
@kalessil looks like this \/ workflow is failing for other PRs as well, the fix is not yet in the develop branch. |
@naman03malhotra , oh I see now. Go ahead then! |
* Fix: #1719 Misaligned columns on Payments->Deposits - override alignment for deposits list page. - slight adjustment in transaction table header margin. - changelog update. - updated failing snapshots. - Review changes. - Aligned data with currency conversion marker.
* Fix: #1719 Misaligned columns on Payments->Deposits - override alignment for deposits list page. - slight adjustment in transaction table header margin. - changelog update. - updated failing snapshots. - Review changes. - Aligned data with currency conversion marker.
Fixes #1719 (comment)
I had to reopen #1719 as GlobalStep observed misalignment on the deposits page as per the above comment.
Changes proposed in this Pull Request
After fix:
Testing instructions
fix/1719-desposit-col-alignment