Skip to content

Commit

Permalink
chore(ui): better layout for markdown description
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Aug 23, 2024
1 parent 6bee4d4 commit 07d42c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions springwolf-ui/src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ a {
background-color: #f5f5f5;
}

.mat-typography markdown > p {
margin: 0;
}

/* Migration away from @angular/flex-layout (https://github.com/angular/flex-layout/issues/1426) */
.flex {
display: flex;
Expand Down

0 comments on commit 07d42c8

Please sign in to comment.