You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/src/app/pages/guide-list/guide-list.scss
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
:host,
2
2
.docs-guide {
3
-
height: 100%;
3
+
// Ensures that the footer is pushed to the bottom if the page is too short.
Copy file name to clipboardExpand all lines: material.angular.io/material.angular.io/material.angular.io/material.angular.io/material.angular.io/src/app/pages/guide-list/guide-list.spec.ts
-19Lines changed: 0 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -27,23 +27,4 @@ describe('GuideList', () => {
27
27
.length;
28
28
expect(totalLinks).toEqual(totalItems);
29
29
});
30
-
31
-
it('should set the footer below the bottom of the given view',()=>{
0 commit comments