Closed oanamangiurea closed 4 years ago
@oanamangiurea @andregoncalves Original issues were good on my end. However, I saw few more. Let me know if need to open a separate ticket.
When opening Loans Marketplace, P2P is selected by default but listing shows ALL
Overlapped texts on Current Rates slider. See some screenshots below.
Fix on PR review
Fix for overlapped markers on PR Review
Still some issues
Fixes are not merged yet.
Adding a few more fixes:
padding: 5px 20px;
it should be default like for all tables
@andregoncalves Some issues were not fixed.
@oanamangiurea Let me know if you agree.
@designhorf are you working on 1. and 2. as part of the overall fixes, I'm using the selfkey-ui themed components there, so this is probably a global fix?
@andregoncalves
@rhdelima can you re-test with the latest build ? thanks.
@oanamangiurea Let me know if you are good with the fix. Also, when loan amount increases the width of the Loan Calculator increases as well. Ex. The table width of Loan Amount = 1000 is bigger than table width of Loan Amount = 100. See sample screenshot below
@rhdelima no, this is not ok, we shouldn't see any horizontal scroll in there.
@designhorf or @andregoncalves we can decrease the padding of table cells from 15px 30px;
to 15px;
(all over) and please remove the overflow-x: scroll;
from table container.
Fixes for table scroll and table cell size are merged and ready for testing.