-
Notifications
You must be signed in to change notification settings - Fork 65
Non-visible paging component padding #1935
Non-visible paging component padding #1935
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1935 +/- ##
======================================
Coverage 100% 100%
======================================
Files 422 422
Lines 8993 8993
Branches 1332 1332
======================================
Hits 8993 8993 Continue to review full report at Codecov.
|
</a> | ||
</li> | ||
</ul> | ||
<div *ngIf="pageCount > 1"> |
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.
This certainly fixes the problem, but I don't think we need the extra div. Have you tried applying the styles to the <ul>
instead of adding this extra div?
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.
Done
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.
🚢 🇮🇹
…3-extra-paging-padding-when-empty
Resolves #1923