Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
<div class="dummy"></div>
</div>
<span class="spacer"></span>
<a
target="_blank"
class="github-fork-ribbon"
href="https://github.com/devsecopsmaturitymodel/DevSecOps-MaturityModel"
data-ribbon="Fork me on GitHub"
title="Fork me on GitHub">
Fork me on GitHub
</a>
</mat-toolbar>
<mat-sidenav-container class="sidenav-container">
<mat-sidenav mode="side" opened class="sidenav" [style.width]="sidenavWidth">
Expand Down
7 changes: 0 additions & 7 deletions src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down