Misaligned UI on /user/deposits page
alexxsanya opened this issue · 0 comments
alexxsanya commented
- The first div element under
<app-deposits>
with class name.container
is misaligned to theleft
on the develop.
Identified Gap
- Follow scss styling principle of defining all style of the component under one parent selector to avoa
Possible Solution
- Remove/set margin-left to
auto
of the pointed out div element