diff --git a/src/app/app.component.html b/src/app/app.component.html
index ab790f70..e97f7444 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -17,14 +17,6 @@
-
- Fork me on GitHub
-
diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts
index eb72a4c3..6794d042 100644
--- a/src/app/app.component.spec.ts
+++ b/src/app/app.component.spec.ts
@@ -52,11 +52,4 @@ describe('AppComponent', () => {
it('should create the app', () => {
expect(app).toBeTruthy();
});
-
- it('check for fork me on github ribbon generation', () => {
- const compiled = fixture.nativeElement as HTMLElement;
- const githubLink = compiled.querySelector('.github-fork-ribbon');
- expect(githubLink).not.toBeNull();
- expect(githubLink?.textContent?.trim()).toBe('Fork me on GitHub');
- });
});
diff --git a/src/app/component/activity-description/activity-description.component.css b/src/app/component/activity-description/activity-description.component.css
index 20a4ed39..826aae31 100644
--- a/src/app/component/activity-description/activity-description.component.css
+++ b/src/app/component/activity-description/activity-description.component.css
@@ -55,6 +55,10 @@
list-style: none;
}
+::ng-deep #description img {
+ max-width: 100%;
+}
+
/* Ensure panel titles don't wrap */
mat-panel-title b {
white-space: nowrap;