-
Notifications
You must be signed in to change notification settings - Fork 1
fix: TT-139 Reduce the left margin on customers page #631
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: TT-139 Reduce the left margin on customers page #631
Conversation
...er-management/components/customer-info/components/customer-list/customer-list.component.html
Outdated
Show resolved
Hide resolved
...er-management/components/customer-info/components/customer-list/customer-list.component.html
Outdated
Show resolved
Hide resolved
223e38a to
8773695
Compare
Codecov Report
@@ Coverage Diff @@
## master #631 +/- ##
==========================================
+ Coverage 93.09% 94.30% +1.20%
==========================================
Files 85 95 +10
Lines 1564 1773 +209
Branches 107 116 +9
==========================================
+ Hits 1456 1672 +216
+ Misses 67 63 -4
+ Partials 41 38 -3
Continue to review full report at Codecov.
|
8773695 to
91281fb
Compare
...er-management/components/customer-info/components/customer-list/customer-list.component.html
Outdated
Show resolved
Hide resolved
...er-management/components/customer-info/components/customer-list/customer-list.component.scss
Outdated
Show resolved
Hide resolved
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.
You may need to rebase with master. So tests can pass and also to have your branch updated.
...er-management/components/customer-info/components/customer-list/customer-list.component.html
Outdated
Show resolved
Hide resolved
...er-management/components/customer-info/components/customer-list/customer-list.component.html
Outdated
Show resolved
Hide resolved
91281fb to
b0a9190
Compare
@juanultimate He asked me about those commits, I suggested to leave them as it, but when merging we would squash this PR. Besides, I suggested to put better names in his commits, because it's useful to see the whole history of changes when reviewing the code. |
b0a9190 to
0a4c244
Compare

Margin left is done. Additionally I corrected the problem of resposivity in the header of the customer table.